mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Styling improvements
This commit is contained in:
parent
e6a92bfff2
commit
dfd74cd06a
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
text_input: {
|
text_input: {
|
||||||
color: colors.text_default,
|
color: colors.text_default,
|
||||||
backgroundColor: colors.secondary_1,
|
backgroundColor: colors.primary_4,
|
||||||
|
borderColor: colors.primary_3,
|
||||||
padding: 10,
|
padding: 10,
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
width: width * 0.5,
|
width: width * 0.5,
|
||||||
|
|
Loading…
Reference in a new issue