File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -137,23 +137,22 @@ Compact.parameters = {
137
137
138
138
export const Sizing : Story = props => {
139
139
return html `
140
- < p > Not a good approach but available for those who really need it.</ p >
141
140
< uui-button
142
- style ="font-size:9px; font-weight:bold ; "
141
+ style ="font-size: 9px ; "
143
142
look =${ props . look }
144
143
state =${ props . state }
145
144
?disabled=${ props . disabled }
146
145
?compact=${ props . compact }
147
146
label=${ props . label } > </ uui-button >
148
147
< uui-button
149
- style ="font-size:12px "
148
+ style ="font-size: 12px; "
150
149
look =${ props . look }
151
150
state =${ props . state }
152
151
?disabled=${ props . disabled }
153
152
?compact=${ props . compact }
154
153
label=${ props . label } > </ uui-button >
155
154
< uui-button
156
- style ="font-size:15px "
155
+ style ="font-size: 15px; "
157
156
look =${ props . look }
158
157
state =${ props . state }
159
158
?disabled=${ props . disabled }
You can’t perform that action at this time.
0 commit comments