MOBILE-3320 ios: Make checkboxes look square

main
Dani Palou 2021-05-19 16:20:43 +02:00
parent 1edcae5188
commit f199d1a2d1
1 changed files with 5 additions and 1 deletions

View File

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