MOBILE-3320 ios: Make checkboxes look square
parent
1edcae5188
commit
f199d1a2d1
|
@ -620,3 +620,7 @@ ion-input .native-input{
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-checkbox {
|
||||||
|
--border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue