mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
feat(FE): Add status indicator to Badge and use theme types
This commit is contained in:
Vendored
+2
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user