amalia/21-mei-26 #52

Merged
amaliadwiy merged 10 commits from amalia/21-mei-26 into join 2026-05-21 17:25:19 +08:00
9 changed files with 36 additions and 33 deletions
Showing only changes of commit f6122fb35a - Show all commits

View File

@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
const InputStyles = StyleSheet.create({
inputRoundForm: {
borderRadius: 5,
borderRadius: 12,
borderColor: '#d6d8f6',
borderWidth: 1,
paddingVertical: 10,
@@ -25,7 +25,7 @@ const InputStyles = StyleSheet.create({
lineHeight: 45,
fontSize: 24,
borderWidth: 1,
borderRadius: 15,
borderRadius: 12,
borderColor: 'gray',
textAlign: 'center',
},