Merge pull request #2780 from dpalou/MOBILE-3320

MOBILE-3320 ios: Make checkboxes look square
This commit is contained in:
Pau Ferrer Ocaña 2021-05-19 16:32:58 +02:00 committed by GitHub
commit ba967ebbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,3 +620,7 @@ ion-input .native-input{
outline: none;
}
}
ion-checkbox {
--border-radius: 2px;
}