Skip to content

Commit

Permalink
fix: Blue Button Secondary Color Issue in Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
its-id committed May 7, 2024
1 parent bb995d5 commit 3d48925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const StyledButton = styled.button<
border-color: ${variant === 'secondary'
? focus
? theme.color.blue
: theme.color.blue20
: theme.accent.primary
: focus
? theme.color.blue
: 'transparent'};
Expand Down

0 comments on commit 3d48925

Please sign in to comment.