chore: v11 TextInput

Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
Gregor Wassmann 2023-03-31 20:13:24 +02:00 committed by Enrico Sacchetti
commit 9285c72a50
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
6 changed files with 10 additions and 12 deletions

View file

@ -26,7 +26,7 @@
<TextInput inline labelText="User name" placeholder="Enter user name..." />
<TextInput size="xl" labelText="User name" placeholder="Enter user name..." />
<TextInput size="lg" labelText="User name" placeholder="Enter user name..." />
<TextInput size="sm" labelText="User name" placeholder="Enter user name..." />