Skip to content

Commit

Permalink
fixed IconButton disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
amitk7407 committed Apr 10, 2024
1 parent 596623c commit 2126bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Buttons/IconButton/IconButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
&:disabled {
color: $bColorPrimaryPurpleDisabled;
border: 1px solid $bColorPrimaryPurpleDisabled;
opacity: 0.6;
}
&:focus {
outline: none !important;
}
}
}

0 comments on commit 2126bc1

Please sign in to comment.