We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5418852 commit f8feb79Copy full SHA for f8feb79
src/IconButton/IconButton.st.css
@@ -19,10 +19,10 @@
19
20
box-sizing: border-box;
21
text-align: center;
22
-
+
23
border: 1px solid;
24
outline: none;
25
26
transition-duration: 100ms;
27
transition-timing-function: linear;
28
transition-property: background-color, color, border-color;
@@ -311,7 +311,7 @@
311
}
312
313
.root:size(large) {
314
- width: 48px;
315
- height: 48px;
+ width: 42px;
+ height: 42px;
316
border-radius: 24px;
317
-}
+}
0 commit comments