1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

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

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;