Skip to content

Commit 6d14b26

Browse files
committed
fix: missing black and white color
1 parent ac78400 commit 6d14b26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const config: Partial<Config> = {
1111
colors: {
1212
transparent: "transparent",
1313
current: "currentColor",
14+
black: "black",
15+
white: "white",
1416
...formatRadixColors(),
1517
},
1618
},

0 commit comments

Comments
 (0)