Skip to content

Commit 2c6d63c

Browse files
committed
docs(demos): update colors for API demos
1 parent 2f074b4 commit 2c6d63c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/demos/variables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ $font-path: "../../fonts";
2525
// The "primary" color is the only required color in the map.
2626

2727
$colors: (
28-
primary: #327eff,
28+
primary: #387ef5,
2929
secondary: #32db64,
3030
danger: #f53d3d,
3131
light: #f4f4f4,
3232
dark: #222,
33+
vibrant: rebeccapurple,
34+
bright: #ffc125
3335
);
3436

3537

0 commit comments

Comments
 (0)