mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 04:29:18 +00:00
NORY-14: add status display to dashboard root page
This commit is contained in:
parent
9ee7da3a6c
commit
fb50c55e4a
2 changed files with 81 additions and 1 deletions
|
@ -14,6 +14,8 @@ const badgeVariants = cva(
|
|||
'border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80',
|
||||
destructive:
|
||||
'border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80',
|
||||
success:
|
||||
'border-transparent bg-emerald-600 text-white hover:bg-emerald-600/80',
|
||||
outline: 'text-foreground',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue