We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b22d2 commit 507093dCopy full SHA for 507093d
client/common/Button.jsx
@@ -66,6 +66,7 @@ const StyledButton = styled.button`
66
color: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};
67
background-color: ${({ kind }) =>
68
prop(`Button.${kind}.disabled.background`)};
69
+ border-color: ${({ kind }) => prop(`Button.${kind}.disabled.border`)};
70
}
71
svg * {
72
fill: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};
0 commit comments