mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-07-06 04:14:06 +08:00
Improved color scheme naming
This commit is contained in:
parent
a96fe668a8
commit
e6a92bfff2
12 changed files with 58 additions and 79 deletions
|
@ -58,7 +58,7 @@ export default function Revalidation() {
|
|||
<View style={styles.background}>
|
||||
<AnimatedContainer>
|
||||
<View style={{ paddingVertical: 8 }} />
|
||||
<ActivityIndicator size={96} color={colors.blue_1} />
|
||||
<ActivityIndicator size={96} color={colors.secondary_1} />
|
||||
<Text style={styles.text_white_medium}>{state}</Text>
|
||||
</AnimatedContainer>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue