diff --git a/src/components/select/select.stories.ts b/src/components/select/select.stories.ts index 22d89ffc1b3..42e436d2fb4 100644 --- a/src/components/select/select.stories.ts +++ b/src/components/select/select.stories.ts @@ -148,7 +148,9 @@ export const darkModeRTL_TestOnly = (): string => darkModeRTL_TestOnly.parameters = { modes: modesDarkDefault }; -export const disabled_TestOnly = (): string => html` - - -`; +export const disabledAndLargeScaleGetsMediumChevron_TestOnly = (): string => html` + + + + +`; diff --git a/src/components/select/select.tsx b/src/components/select/select.tsx index a24f4b95601..c87089960be 100644 --- a/src/components/select/select.tsx +++ b/src/components/select/select.tsx @@ -354,7 +354,7 @@ export class Select renderChevron(): VNode { return (
- +
); }