mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
downloads refactor
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user