Styling improvements

This commit is contained in:
Keannu Bernasol 2023-07-17 16:34:09 +08:00
parent e6a92bfff2
commit dfd74cd06a

View file

@ -110,7 +110,8 @@ const styles = StyleSheet.create({
},
text_input: {
color: colors.text_default,
backgroundColor: colors.secondary_1,
backgroundColor: colors.primary_4,
borderColor: colors.primary_3,
padding: 10,
borderRadius: 8,
width: width * 0.5,