Skip to content

Commit

Permalink
fix: add a background color to test css
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Sep 26, 2024
1 parent ffd9def commit 9ef257e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
.globalNavigation__sider {
min-height: 100%;
background-color: white !important;

div {
background-color: red !important;
}
}

.globalNavigation__item {
Expand Down

0 comments on commit 9ef257e

Please sign in to comment.