style: standardisasi borderRadius input — inputRoundForm 5→12, verificationCell 15→12

This commit is contained in:
2026-05-21 13:54:18 +08:00
parent 2ae88ff2e3
commit f6122fb35a

View File

@@ -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',
}, },