Skip to content

Commit

Permalink
updated color themes for user dropdown to match the theme of styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwaqaljanahi2021 committed Oct 8, 2024
1 parent 3f29380 commit aed31d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devU-client/src/assets/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--focus: #38c172;

--primary-lighter: #41a8f7;
--primary: #0984e3;
--primary: #D9D9D9;
--primary-darker: #054272;
--secondary-lighter: #cfd1d1;
--secondary: #a8abab;
Expand Down Expand Up @@ -70,7 +70,7 @@
--text-color-secondary: #9b9b9b;

--primary-lighter: #3796bc;
--primary: #266781;
--primary: #636666;
--primary-darker: #133441;
--secondary-lighter: #636666;
--secondary: #3d3f3f;
Expand Down
2 changes: 1 addition & 1 deletion devU-client/src/components/misc/globalToolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $font-size: 16px;
height: 100%;
width: $sidebar-width;

background: $primary;
background: $text-color;

top: 0;
left: -$sidebar-width;
Expand Down

0 comments on commit aed31d2

Please sign in to comment.