Skip to content

Commit

Permalink
fix: button style in loading status
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 30, 2024
1 parent 7d0c10b commit e85a92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/button/variants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const styledButtonVariant = cva(
],
variants: {
status: {
disabled: "cursor-not-allowed",
disabled: "cursor-not-allowed !ring-0",
},
variant: {
primary: cn(
Expand Down

0 comments on commit e85a92e

Please sign in to comment.