Skip to content

Commit

Permalink
add black and white basics back into the palette
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Jan 3, 2025
1 parent 9eb6054 commit b5a208c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export function presetRadix(options: PresetRadixOptions): Preset<Theme> {
...aliases,
...hues,

black: "black",
white: "white",

transparent: "transparent",
current: "currentColor",
inherit: "inherit",
Expand Down

0 comments on commit b5a208c

Please sign in to comment.