Make checkboxes less rounded. Fixes ()

pull/28788/head^2
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
res/css/views/elements

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;