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

@@ -62,7 +62,7 @@ export const AudioTrackSelector = () => {
<MaterialCommunityIcons
name="volume-high"
size={24}
color={defaultTheme.extend.colors.buttons.primary}
color={defaultTheme.extend.colors.buttons.purple}
/>
}
/>
@@ -97,7 +97,7 @@ export const AudioTrackSelector = () => {
<MaterialCommunityIcons
name="check-circle"
size={24}
color={defaultTheme.extend.colors.buttons.primary}
color={defaultTheme.extend.colors.buttons.purple}
/>
)}
</Pressable>