Skip to content

Commit

Permalink
fixed inconsistent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
munyanezaarmel committed Dec 23, 2024
1 parent 513d079 commit bf4c7e6
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 @@ -191,7 +191,7 @@ export default {
</script>
<style>
.sidebar {
background: #2b2b2b !important;
background: #2b2b2b ;
}
.brand-column {
Expand Down

0 comments on commit bf4c7e6

Please sign in to comment.