mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-16 02:44:46 +08:00
fix: fix checkbox container dimensions
This commit is contained in:
committed by
Satyajit Sahoo
parent
3f88a6e53a
commit
05c8d10817
@@ -133,6 +133,8 @@ class Checkbox extends Component<void, Props, State> {
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
borderRadius: 18,
|
||||
width: 36,
|
||||
height: 36,
|
||||
},
|
||||
icon: {
|
||||
margin: 6,
|
||||
|
||||
Reference in New Issue
Block a user