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

@ -6,4 +6,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 13px;
}
</style>