Skip to content

Commit

Permalink
Implement dark theme for warning component.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabuw committed Jun 10, 2020
1 parent aed3f79 commit 1000cf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/components/Warning/Warning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@
text-transform: uppercase;
}
}

.dark-theme {
.warning-bar {
background: $black-russian;
border: 1px solid $dandelion;
}
}

0 comments on commit 1000cf5

Please sign in to comment.