Skip to content

Commit

Permalink
fix sidebar color inconsistent (#447)
Browse files Browse the repository at this point in the history
* fix sidebar color inconsistent

* fix lint

* fixed inconsistent colors

* fix lint
  • Loading branch information
munyanezaarmel authored Dec 23, 2024
1 parent 2be002a commit 044e83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/assets/sass/mpm/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
right: auto;
z-index: 1032;
visibility: visible;
background-color: #9a9a9a;
background-color: #2b2b2b;
overflow-y: visible;
border-top: none;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/modules/Sidebar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default {
@media screen and (min-width: 991px) {
.brand-column {
dtext-align: center;
text-align: center;
padding-left: 1rem !important;
}
}
Expand Down

0 comments on commit 044e83e

Please sign in to comment.