From dfd74cd06ab11fdeb79a49194b9201b69273290f Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 17 Jul 2023 16:34:09 +0800 Subject: [PATCH] Styling improvements --- src/styles.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.tsx b/src/styles.tsx index 4f3ddf5..f18eda2 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -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,