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:
Yadong (Adam) Zhang
2025-05-09 14:50:45 +08:00
committed by GitHub
parent ff4db92900
commit 3e9bff22bb

View File

@ -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