render targets in table, update targets

This commit is contained in:
Milo Schwartz 2024-11-12 23:59:47 -05:00
parent 93ea7e4620
commit cf3cf4d827
No known key found for this signature in database
16 changed files with 744 additions and 472 deletions

View file

@ -19,6 +19,7 @@ const buttonVariants = cva(
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",
gray: "bg-accent text-accent-foreground hover:bg-accent/90",
link: "text-primary underline-offset-4 hover:underline",
},
size: {