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:
Charles Bochet
2023-06-25 14:58:34 -07:00
committed by GitHub
parent 3c5a270eca
commit f0bbfb11ee
5 changed files with 13 additions and 32 deletions

View File

@ -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;
}
`;