Release 202506091000
This commit is contained in:
25
web/src/lib/colors.ts
Normal file
25
web/src/lib/colors.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export type TailwindColor =
|
||||
| 'amber'
|
||||
| 'black'
|
||||
| 'blue'
|
||||
| 'cyan'
|
||||
| 'emerald'
|
||||
| 'fuchsia'
|
||||
| 'gray'
|
||||
| 'green'
|
||||
| 'indigo'
|
||||
| 'lime'
|
||||
| 'neutral'
|
||||
| 'orange'
|
||||
| 'pink'
|
||||
| 'purple'
|
||||
| 'red'
|
||||
| 'rose'
|
||||
| 'sky'
|
||||
| 'slate'
|
||||
| 'stone'
|
||||
| 'teal'
|
||||
| 'violet'
|
||||
| 'white'
|
||||
| 'yellow'
|
||||
| 'zinc'
|
||||
Reference in New Issue
Block a user