fix: Blue Button Secondary Color Issue in Dark Mode (#5333)

fixes
[#5305](https://github.com/twentyhq/twenty/issues/5305#issue-2280997523)

light mode:

<img width="738" alt="Screenshot 2024-05-08 at 2 24 41 AM"
src="https://github.com/twentyhq/twenty/assets/60315832/de01bbfa-6b54-4149-9930-b38840483ddf">

<br>
<br>

dark mode

<img width="735" alt="Screenshot 2024-05-08 at 2 24 55 AM"
src="https://github.com/twentyhq/twenty/assets/60315832/7c2bbc3e-e999-42ff-a320-8bf84bce8384">
This commit is contained in:
Indrakant D
2024-05-08 12:23:26 +05:30
committed by GitHub
parent eef497cb57
commit 770ee11b9c

View File

@ -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'};