add scraper screen

This commit is contained in:
Jorrin
2024-03-09 21:46:38 +01:00
parent 0d135182c1
commit 0e00115e16
9 changed files with 464 additions and 139 deletions

View File

@@ -12,9 +12,9 @@ const buttonVariants = cva(
{
variants: {
variant: {
default: "bg-primary-300",
outline: "border-primary-400 border bg-transparent",
secondary: "bg-secondary-300",
default: "bg-buttons-purple",
outline: "border border-buttons-purple bg-transparent",
secondary: "bg-buttons-secondary",
},
size: {
default: "h-10 px-4 py-2",