Skip to content

Commit a065461

Browse files
committed
UI button color fix
1 parent 91c8868 commit a065461

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

apps/desktop-ui/src/components/master-password-gate.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ export function MasterPasswordGate() {
610610

611611
<Button
612612
type="submit"
613-
variant="gradient"
614613
className="w-full"
615614
size="lg"
616615
disabled={

apps/desktop-ui/src/components/ui/button.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const buttonVariants = cva(
1818
secondary:
1919
"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
2020
ghost: "hover:bg-accent hover:text-accent-foreground",
21-
gradient:
22-
"text-white shadow-sm shadow-primary/25 bg-[linear-gradient(100deg,#5b63f0,#9a5cf2_52%,#4fd0e6)] hover:shadow-md hover:shadow-primary/30 hover:brightness-[1.06]",
2321
link: "text-primary underline-offset-4 hover:underline",
2422
},
2523
size: {

0 commit comments

Comments
 (0)