Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat(colors): Add flat white to colors list
Browse files Browse the repository at this point in the history
  • Loading branch information
ddprrt authored and Lukas Holzer committed Mar 4, 2020
1 parent 475bfab commit 339eaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/barista-components/core/src/style/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$white: #ffffff;
$flat-white: #ffffff;

$turquoise-100: #e1f7f9;
$turquoise-200: #aeebf0;
Expand Down
1 change: 1 addition & 0 deletions libs/barista-components/theming/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/
export enum DtColors {
WHITE = '#ffffff',
FLAT_WHITE = '#ffffff',

BLUE_100 = '#e0f4fc',
BLUE_200 = '#b4e5f9',
Expand Down

0 comments on commit 339eaef

Please sign in to comment.