Skip to content

Commit

Permalink
Update Button.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Apr 15, 2022
1 parent c355033 commit 692c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const NavButton = styled.button`
border: none;
border-bottom: none;
box-shadow: ${(props) => props.theme.boxShadow.default};
background: ${(props) => props.theme.color.transparent[100]};
background: ${(props) => props.theme.color.primary[200]};
&:focus {
outline: 0;
Expand Down

0 comments on commit 692c92b

Please sign in to comment.