Skip to content

Commit d2c5258

Browse files
committed
tailwind colors
1 parent 00affe6 commit d2c5258

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tailwind.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const config: Config = {
1212
extend: {
1313
colors: {
1414
brand: "#E1E7EC",
15+
blue: {
16+
"300": "#94b2fa",
17+
"500": "#326DF5",
18+
"700": "#1F326F",
19+
},
1520
gray: colors.slate,
1621
},
1722

0 commit comments

Comments
 (0)