downloads refactor

This commit is contained in:
Jorrin
2024-04-06 16:53:54 +02:00
parent bf6bd7af2f
commit c61f18941e
19 changed files with 179 additions and 195 deletions

View File

@@ -21,7 +21,7 @@ export function Header() {
<Circle
backgroundColor="$pillBackground"
size="$2.5"
size="$4.5"
pressStyle={{
opacity: 1,
scale: 1.05,
@@ -33,11 +33,11 @@ export function Header() {
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Heavy)
}
>
<MaterialIcons name="discord" size={20} color="white" />
<MaterialIcons name="discord" size={32} color="white" />
</Circle>
<Circle
backgroundColor="$pillBackground"
size="$2.5"
size="$4.5"
pressStyle={{
opacity: 1,
scale: 1.05,
@@ -49,7 +49,7 @@ export function Header() {
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Heavy)
}
>
<FontAwesome6 name="github" size={20} color="white" />
<FontAwesome6 name="github" size={32} color="white" />
</Circle>
</View>
);