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

@@ -10,9 +10,9 @@ export function BrandPill() {
flexDirection="row"
alignItems="center"
justifyContent="center"
paddingHorizontal="$2.5"
paddingVertical="$2"
gap={2}
paddingHorizontal="$3"
paddingVertical="$2.5"
gap="$2.5"
opacity={0.8}
backgroundColor="$pillBackground"
borderRadius={24}
@@ -24,11 +24,10 @@ export function BrandPill() {
>
<MovieWebSvg
fillColor={theme.tabBarIconFocused.val}
width={12}
height={12}
width={20}
height={20}
/>
<Text fontSize="$4" fontWeight="$bold" paddingRight={5} paddingLeft={3}>
{/* padding might need adjusting */}
<Text fontSize="$6" fontWeight="$bold">
movie-web
</Text>
</View>