Skip to content

Commit

Permalink
#158 Add gray-400 to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Apr 7, 2021
1 parent bee4a91 commit be64fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$ans-color: #fcce02 !default;
$dark: #343434 !default;
$primary: #015999 !default;
$info: #01998f !default;
$info: #01998f !default;
$gray-400: #ced4da !default;
1 change: 1 addition & 0 deletions src/style/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $theme-colors: (
"dark": theme.$dark,
"primary": theme.$primary,
"info": theme.$info,
"gray-400": theme.$gray-400,
);

#slate-container {
Expand Down

0 comments on commit be64fdd

Please sign in to comment.