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:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user