Skip to content

Commit f657da4

Browse files
committed
fix(pie-select): DSW-2773 update styles
1 parent 05ae6de commit f657da4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/pie-storybook/stories/pie-select.stories.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ const selectStoryMeta: SelectStoryMeta = {
4949
},
5050
},
5151
assistiveText: {
52-
description: 'An optional assistive text to display below the textarea element. Must be provided when the status is success or error.',
52+
description: 'An optional assistive text to display below the select element. Must be provided when the status is success or error.',
5353
control: 'text',
5454
defaultValue: {
5555
summary: '',
5656
},
5757
},
5858
status: {
59-
description: 'The status of the textarea component / assistive text. Can be default or error.',
59+
description: 'The status of the select component / assistive text. Can be default or error.',
6060
control: 'select',
6161
options: statusTypes,
6262
defaultValue: {

packages/components/pie-select/src/select.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
--select-padding-inline-start: calc(var(--dt-spacing-h) - var(--dt-spacing-a));
5656
}
5757

58-
.c-select-trailing-icon,
59-
::slotted([slot="leadingIcon"]) {
58+
::slotted([slot="leadingIcon"]),
59+
.c-select-trailing-icon {
6060
position: absolute;
6161
top: 50%;
6262
transform: translateY(-50%);

0 commit comments

Comments
 (0)