Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 335c206

Browse files
committed
Make checkboxes less rounded. Fixes #25715
1 parent 400c91b commit 335c206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/elements/_StyledCheckbox.pcss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
.mx_Checkbox {
1818
$size: $font-16px;
19-
$border-radius: 0.4rem;
19+
$border-radius: 0.27rem;
2020

2121
display: flex;
2222
align-items: flex-start;

0 commit comments

Comments
 (0)