Skip to content

Commit d492a35

Browse files
committed
remove comment in story
1 parent 5d6369a commit d492a35

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/uui-button/lib/uui-button.story.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,22 @@ Compact.parameters = {
137137

138138
export const Sizing: Story = props => {
139139
return html`
140-
<p>Not a good approach but available for those who really need it.</p>
141140
<uui-button
142-
style="font-size:9px; font-weight:bold;"
141+
style="font-size: 9px;"
143142
look=${props.look}
144143
state=${props.state}
145144
?disabled=${props.disabled}
146145
?compact=${props.compact}
147146
label=${props.label}></uui-button>
148147
<uui-button
149-
style="font-size:12px"
148+
style="font-size: 12px;"
150149
look=${props.look}
151150
state=${props.state}
152151
?disabled=${props.disabled}
153152
?compact=${props.compact}
154153
label=${props.label}></uui-button>
155154
<uui-button
156-
style="font-size:15px"
155+
style="font-size: 15px;"
157156
look=${props.look}
158157
state=${props.state}
159158
?disabled=${props.disabled}

0 commit comments

Comments
 (0)