Skip to content

Commit

Permalink
Removed textDecoration prop from Button theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ioay committed Jan 26, 2024
1 parent 3b07f39 commit a163c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dapp/src/theme/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const buttonTheme: ComponentSingleStyleConfig = {
_hover: {
borderColor: "white",
bg: "opacity.white.6",
textDecoration: "underline",
},
_disabled: {
color: "grey.200",
Expand Down

0 comments on commit a163c9d

Please sign in to comment.