Update dependencies again (#37)

* Initial Next update to canary

* Dependencies updated

* Dependencies updated for real
This commit is contained in:
David
2021-08-28 15:55:41 +02:00
committed by GitHub
parent e4ad09578f
commit 47aa0c3b0e
5 changed files with 1800 additions and 1840 deletions

View File

@@ -13,7 +13,7 @@ const LangSelect: FC<Props> = ({ value, onChange, langs, ...props }) => (
value={value}
onChange={onChange}
variant="flushed"
px={3}
px={[2, null, 3]}
textAlign="center"
style={{ textAlignLast: "center" }}
{...props}