Skip to content

Commit

Permalink
fix: active color
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrinsieboy committed Jan 18, 2024
1 parent bc72723 commit 06750d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/vue/layouts/admin-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
<style lang="scss" scoped>
@import url("https://bootswatch.com/5/lumen/bootstrap.css");
.active {
background-color: #003bb2 !important;
}
.slot {
display: flex;
width: 100%;
Expand Down

0 comments on commit 06750d3

Please sign in to comment.