1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Update colour naming

Fixed #73
Fixed #58
Fixed #47
This commit is contained in:
Zhiyuan Zheng
2021-03-21 14:14:10 +01:00
parent dd345871f8
commit d15e8cb652
48 changed files with 162 additions and 152 deletions

View File

@ -254,7 +254,7 @@ const TimelineRefresh: React.FC<Props> = ({
<>
<View style={styles.container1}>
<Text
style={[styles.explanation, { color: theme.primary }]}
style={[styles.explanation, { color: theme.primaryDefault }]}
onLayout={onLayout}
children={t('refresh.fetchPreviousPage')}
/>
@ -271,14 +271,14 @@ const TimelineRefresh: React.FC<Props> = ({
<Icon
name='ArrowLeft'
size={StyleConstants.Font.Size.M}
color={theme.primary}
color={theme.primaryDefault}
/>
}
/>
</View>
<View style={styles.container2}>
<Text
style={[styles.explanation, { color: theme.primary }]}
style={[styles.explanation, { color: theme.primaryDefault }]}
onLayout={onLayout}
children={t('refresh.refetch')}
/>