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

pull/28217/head
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
1 changed files with 1 additions and 1 deletions

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;