Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 9, 2024
1 parent 6562af0 commit 0dd1b9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const StyledButton = styled.button<{
background-color: ${clear ? color.buttonClearHover : color.buttonPrimaryHover};
}
&:disabled {
background-color: ${clear ? color.buttonClear : color.buttonPrimary};
opacity: 0.4;
}
&:focus {
box-shadow: ${boxShadow.outerBorder};
}
Expand Down

0 comments on commit 0dd1b9e

Please sign in to comment.