Fix avatar storybook issue + fix Autosize input send button color (#389)
* Fix avatar storybook issue + fix Autosize input send button color * Fix storybook font-size
This commit is contained in:
@ -20,7 +20,7 @@ const StyledIconButton = styled.button`
|
||||
|
||||
&:disabled {
|
||||
background: ${(props) => props.theme.quaternaryBackground};
|
||||
color: ${(props) => props.theme.text80};
|
||||
color: ${(props) => props.theme.text40};
|
||||
cursor: default;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user