Fixes: Text color on disabled buttons
This commit is contained in:
@ -34,7 +34,7 @@ const RealButton = styled.button`
|
|||||||
&:disabled {
|
&:disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: ${props => lighten(0.2, props.theme.buttonText)};
|
color: ${props => props.theme.textTertiary};
|
||||||
}
|
}
|
||||||
|
|
||||||
${props =>
|
${props =>
|
||||||
|
Reference in New Issue
Block a user