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

Commit

Permalink
Make checkboxes less rounded. Fixes #25715 (#11224)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Jul 11, 2023
1 parent b179f55 commit b6c7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/elements/_StyledCheckbox.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

.mx_Checkbox {
$size: $font-16px;
$border-radius: 0.4rem;
$border-radius: 0.27rem;

display: flex;
align-items: flex-start;
Expand Down

0 comments on commit b6c7fe4

Please sign in to comment.