Skip to content

Commit

Permalink
fix: fix outline on disabled button (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison authored Dec 19, 2024
1 parent 00d5933 commit 0110973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/namadillo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/namadillo",
"version": "1.1.1",
"version": "1.1.2",
"description": "Namadillo",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <info@heliax.dev>",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const actionButtonShape = tv({
lg: "rounded-lg before:rounded-lg",
},
disabled: {
true: "pointer-events-none cursor-auto opacity-25 active:top-0 text-white",
true: "pointer-events-none cursor-auto opacity-25 active:top-0 text-white before:!border-neutral-500",
},
outlined: {
true: clsx(
Expand Down

1 comment on commit 0110973

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.