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

@ -17,6 +17,9 @@ sh:
front-start:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn start"
front-lint:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn lint"
front-test:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn test"