Changelog Public Page #7

Merged
HashDot merged 19 commits from feature/changelog-public-page into main 2024-10-24 21:20:22 +00:00
Showing only changes of commit ce4cd21937 - Show all commits

View File

@ -18,6 +18,8 @@ const buttonVariants = cva(
secondary:
'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
ghost: 'hover:bg-accent hover:text-accent-foreground',
'ghost-destructive':
'hover:bg-destructive hover:text-destructive-foreground',
link: 'text-primary underline-offset-4 hover:underline',
},
size: {