Skip to content

Commit

Permalink
updated top bar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jambao24 committed Jun 29, 2020
1 parent 8547ada commit 67ac0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/Navigation/Navigation.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'global.scss';

.AppBar {
background-color: $primary-background-color;
background-color: #483D8B;
}

.Toolbar {
Expand Down Expand Up @@ -29,4 +29,6 @@
.Button {
background-color: $teriary-background-color;
color: $primary-text;
margin-right: 100px;
margin-top: 10px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.AppBar {
background-color: $primary-background-color;
background-color: #483D8B;
}

.Tab {
Expand Down

0 comments on commit 67ac0c8

Please sign in to comment.