feat(FE): Add status indicator to Badge and use theme types

This commit is contained in:
rstubryan
2025-12-24 10:32:39 +07:00
parent 9e5d878e82
commit 5fae7752f2
2 changed files with 36 additions and 14 deletions
+2
View File
@@ -9,4 +9,6 @@ export type Color =
| 'error'
| 'none';
export type Variant = 'default' | 'outline' | 'ghost' | 'soft' | 'dash';
export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';