Update default theme

This commit is contained in:
2025-04-07 16:29:02 +01:00
parent 50eb1fa6fe
commit d61379ac2d
46 changed files with 213 additions and 393 deletions
+3 -4
View File
@@ -5,10 +5,9 @@ export type TextProps = {
className?: string;
variant?: 'display' | 'headline' | 'title' | 'subheader' | 'body' | 'caption';
color?:
| 'client'
| 'productOwner'
| 'developer'
| 'admin'
| 'primary'
| 'secondary'
| 'tertiary'
| 'success'
| 'warning'
| 'error'