Skip to content

Commit 1130d92

Browse files
committed
Add opacity to disabled state in Button component styles
1 parent 404acac commit 1130d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Button/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ const StyledButton = styled(BaseButton)<{
194194
195195
return css`
196196
cursor: not-allowed;
197+
opacity: 0.7;
197198
198199
/* Dim text and icons */
199200
> * {

0 commit comments

Comments
 (0)