Make checkboxes less rounded. Fixes #25715 (#11224)

This commit is contained in:
Andy Balaam 2023-07-11 12:33:04 +01:00 committed by GitHub
parent b179f5562e
commit b6c7fe4235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;