mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 Select
Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
019f9773a8
commit
a3f577bea3
6 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@
|
|||
<SelectItem value="g100" text="Gray 100" />
|
||||
</Select>
|
||||
|
||||
<Select size="xl" labelText="Carbon theme" selected="g10">
|
||||
<Select size="lg" labelText="Carbon theme" selected="g10">
|
||||
<SelectItem value="white" text="White" />
|
||||
<SelectItem value="g10" text="Gray 10" />
|
||||
<SelectItem value="g90" text="Gray 90" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue