1
0
Fork 0
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:
Markus Thielker 2024-12-01 16:31:00 +01:00
parent 9ee7da3a6c
commit fb50c55e4a
No known key found for this signature in database
2 changed files with 81 additions and 1 deletions

View file

@ -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',
},
},