fix(ui): added primary blue accent disabled color. (#11945)
Close #11941 <img width="992" alt="Screenshot 2025-05-08 at 23 23 14" src="https://github.com/user-attachments/assets/99017653-5a49-4025-983b-04ef8b3fcdcd" />
This commit is contained in:
committed by
GitHub
parent
ff4db92900
commit
3e9bff22bb
@ -100,7 +100,9 @@ const StyledButton = styled('button', {
|
||||
case 'blue':
|
||||
return css`
|
||||
background: ${!inverted
|
||||
? theme.color.blue
|
||||
? disabled
|
||||
? theme.accent.accent4060
|
||||
: theme.color.blue
|
||||
: theme.background.primary};
|
||||
border-color: ${!inverted
|
||||
? focus
|
||||
|
||||
Reference in New Issue
Block a user