Skip to content

Commit

Permalink
refactor(themes): update dark palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Nov 23, 2021
1 parent 13e449f commit fdbb19d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const parameters = {
},
{
name: 'dark',
value: '#333',
value: '#444',
},
],
},
Expand Down
2 changes: 2 additions & 0 deletions src/styles/themes/dark/fluent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
$palette: utils.palette(
$primary: #0078d4,
$secondary: #0078d4,
$gray: #fff,
$surface: #222,
$success: #107c10,
$warn: #797673,
$error: #a80000,
Expand Down
4 changes: 2 additions & 2 deletions src/styles/themes/dark/indigo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
$palette: utils.palette(
$primary: #3f51b5,
$secondary: #3f51b5,
$gray: hsl(236, 8%, 5%),
$surface: #fff,
$gray: hsl(262, 8%, 98%),
$surface: #2a2b2f,
$info: #9208bc,
$success: #689f38,
$warn: #ff9800,
Expand Down
4 changes: 2 additions & 2 deletions src/styles/themes/dark/material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$palette: utils.palette(
$primary: #09f,
$secondary: #e41c77,
$gray: #000,
$surface: white,
$gray: #fff,
$surface: #222,
) !default;

$elevations: utils.elevations(
Expand Down

0 comments on commit fdbb19d

Please sign in to comment.