mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-03 10:03:20 +08:00
Improved color scheme naming
This commit is contained in:
parent
a96fe668a8
commit
e6a92bfff2
12 changed files with 58 additions and 79 deletions
|
@ -95,7 +95,7 @@ export default function Home() {
|
|||
return (
|
||||
<AnimatedContainer>
|
||||
<Text style={styles.text_white_medium}>{feedback}</Text>
|
||||
<Button onPress={() => requestLocation()} color={colors.blue_3}>
|
||||
<Button onPress={() => requestLocation()} color={colors.secondary_3}>
|
||||
<Text style={styles.text_white_small}>Allow Access</Text>
|
||||
</Button>
|
||||
</AnimatedContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue