Skip to content

Commit

Permalink
comment background color in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
prachigarg19 committed Mar 4, 2024
1 parent f3d5faa commit dbd9c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ body {
// background-color: #c8def4;
}

.theme-light,
.theme-dark {
background-color: $backgroundColor;
}
// .theme-light,
// .theme-dark {
// background-color: $backgroundColor;
// }

.MuiInput-underline:after {
border-bottom: 2px solid $primaryColor !important;
Expand Down

0 comments on commit dbd9c2c

Please sign in to comment.