style: standardisasi borderRadius input — inputRoundForm 5→12, verificationCell 15→12
This commit is contained in:
@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
|
|||||||
|
|
||||||
const InputStyles = StyleSheet.create({
|
const InputStyles = StyleSheet.create({
|
||||||
inputRoundForm: {
|
inputRoundForm: {
|
||||||
borderRadius: 5,
|
borderRadius: 12,
|
||||||
borderColor: '#d6d8f6',
|
borderColor: '#d6d8f6',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
@@ -25,7 +25,7 @@ const InputStyles = StyleSheet.create({
|
|||||||
lineHeight: 45,
|
lineHeight: 45,
|
||||||
fontSize: 24,
|
fontSize: 24,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderRadius: 15,
|
borderRadius: 12,
|
||||||
borderColor: 'gray',
|
borderColor: 'gray',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user