Skip to content

Commit

Permalink
fix(Button disabled loading hover): changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Aug 4, 2019
1 parent 67d6635 commit 32cf024
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/atoms/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ export const ButtonContainer = styled.button<ButtonContainerProps>`
color: #fff;
cursor: auto;
svg {
fill: ${props => props.theme.text};
svg,
&:hover svg {
fill: #fff;
}
}
Expand Down

0 comments on commit 32cf024

Please sign in to comment.