Skip to content

Commit fe4edb9

Browse files
ozkersemihenesyildirim-ty
authored andcommitted
docs(select): update storybook
1 parent fde646b commit fe4edb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/select/bl-select.stories.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,25 +135,25 @@ export const SpecialUseCaseTemplate = () => html`<bl-select style="width: 50%" p
135135
export const IconWithSlotTemplate = () => html`<bl-select placeholder="bl-select" label="aa">
136136
<bl-select-option value="tr" label="Türkiye">
137137
<div slot="icon" >
138-
<img style="height: 1em;" src="https://www.worldometers.info//img/flags/small/tn_tu-flag.gif">
138+
<img style="width: 1em;" src="https://www.worldometers.info//img/flags/small/tn_tu-flag.gif">
139139
</div>
140140
Turkiye
141141
</bl-select-option>
142142
<bl-select-option value="nl" label="Netherlands">
143143
<div slot="icon">
144-
<img style="height: 1em;" src="https://www.worldometers.info//img/flags/small/tn_nl-flag.gif">
144+
<img style="width: 1em;" src="https://www.worldometers.info//img/flags/small/tn_nl-flag.gif">
145145
</div>
146146
Netherlands
147147
</bl-select-option>
148-
<bl-select-option value="nl" label="Netherlands">
148+
<bl-select-option value="gr" label="Germany">
149149
<div slot="icon">
150-
<img style="height: 1em;" src="https://www.worldometers.info//img/flags/small/tn_gm-flag.gif">
150+
<img style="width: 1em;" src="https://www.worldometers.info//img/flags/small/tn_gm-flag.gif">
151151
</div>
152152
Germany
153153
</bl-select-option>
154-
<bl-select-option value="nl" label="Netherlands">
154+
<bl-select-option value="uk" label="United Kingdom">
155155
<div slot="icon">
156-
<img style="height: 1em;" src="https://www.worldometers.info//img/flags/small/tn_uk-flag.gif">
156+
<img style="width: 1em;" src="https://www.worldometers.info//img/flags/small/tn_uk-flag.gif">
157157
</div>
158158
United Kingdom
159159
</bl-select-option></bl-select>`;

0 commit comments

Comments
 (0)