Skip to content

Commit 9ea15ad

Browse files
committed
style(legacy): fix calc
1 parent bc9d7eb commit 9ea15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/themes/legacy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $field-switch-height: 30px;
2828
height: $field-switch-height;
2929
padding: 0;
3030
margin: 0 10px 10px 0;
31-
border-radius: $field-switch-height / 2;
31+
border-radius: calc($field-switch-height / 2);
3232
cursor: pointer;
3333
font-size: 10px;
3434
text-transform: uppercase;

0 commit comments

Comments
 (0)