Skip to content

Commit 752e936

Browse files
committed
1 parent cd588bf commit 752e936

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/wonder-blocks-tokens/src/theme/semantic/internal/primitive-color-thunderblocks.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {fade} from "../../../util/color-utils";
22

33
// Base colors
4-
const black = "#191918";
4+
const black = "#151521";
55
const white = "#FFFFFF";
66

77
/**
@@ -74,11 +74,12 @@ export const color = {
7474
blue_70: "#DFEAFF",
7575
blue_60: "#BFCAFF",
7676
blue_50: "#8DA2FF",
77-
blue_40: "#6E78FF",
77+
blue_40: "#6C82FF",
7878
blue_30: "#5753FA",
7979
blue_20: "#4340D0",
8080
blue_10: "#363498",
8181
blue_05: "#252368",
82+
blue_01: "#222149",
8283
// Magenta
8384
magenta_90: "#FCEEF7",
8485
magenta_80: "#FFE3F4",
@@ -100,7 +101,7 @@ export const color = {
100101
gray_30: "#8A8B90",
101102
gray_20: "#717279",
102103
gray_10: "#4A4C53",
103-
gray_05: "#35373F",
104+
gray_05: "#252531",
104105
// Black
105106
black_100: black,
106107
black_50: fade(black, 0.5),

0 commit comments

Comments
 (0)