Skip to content

Commit f8feb79

Browse files
authored
<IconButton /> - large size fix (#5028)
1 parent 5418852 commit f8feb79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/IconButton/IconButton.st.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
box-sizing: border-box;
2121
text-align: center;
22-
22+
2323
border: 1px solid;
2424
outline: none;
25-
25+
2626
transition-duration: 100ms;
2727
transition-timing-function: linear;
2828
transition-property: background-color, color, border-color;
@@ -311,7 +311,7 @@
311311
}
312312

313313
.root:size(large) {
314-
width: 48px;
315-
height: 48px;
314+
width: 42px;
315+
height: 42px;
316316
border-radius: 24px;
317-
}
317+
}

0 commit comments

Comments
 (0)