mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 11:58: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
|
@ -53,7 +53,7 @@ export default function Activation() {
|
|||
marginBottom: 16,
|
||||
borderRadius: 4,
|
||||
width: "90%",
|
||||
backgroundColor: colors.blue_1,
|
||||
backgroundColor: colors.secondary_1,
|
||||
}}
|
||||
/>
|
||||
<Text style={styles.text_white_large}>Activation</Text>
|
||||
|
@ -61,7 +61,7 @@ export default function Activation() {
|
|||
<ActivityIndicator
|
||||
animating={loading}
|
||||
size={96}
|
||||
color={colors.blue_1}
|
||||
color={colors.secondary_1}
|
||||
/>
|
||||
<Text style={styles.text_white_medium}>{state}</Text>
|
||||
<Text style={styles.text_white_tiny}>{uid + "\n" + token}</Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue