Fixes: Text color on disabled buttons

This commit is contained in:
Tom Moor
2019-03-13 22:45:49 -07:00
parent aba3d25700
commit 12ea37e71e

View File

@ -34,7 +34,7 @@ const RealButton = styled.button`
&:disabled {
cursor: default;
pointer-events: none;
color: ${props => lighten(0.2, props.theme.buttonText)};
color: ${props => props.theme.textTertiary};
}
${props =>