buttons to purple

This commit is contained in:
Jorrin
2024-03-08 21:57:54 +01:00
parent ad2c84950a
commit 5d9839b987
5 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ const EpisodeSelector = ({
<View className="flex-1 items-center justify-center">
<ActivityIndicator
size="large"
color={defaultTheme.extend.colors.buttons.primary}
color={defaultTheme.extend.colors.buttons.purple}
/>
</View>
)}
@@ -123,7 +123,7 @@ export const SeasonSelector = () => {
<MaterialCommunityIcons
name="audio-video"
size={24}
color={defaultTheme.extend.colors.buttons.primary}
color={defaultTheme.extend.colors.buttons.purple}
/>
}
/>
@@ -145,7 +145,7 @@ export const SeasonSelector = () => {
<View className="flex-1 items-center justify-center">
<ActivityIndicator
size="large"
color={defaultTheme.extend.colors.buttons.primary}
color={defaultTheme.extend.colors.buttons.purple}
/>
</View>
)}