web layout

This commit is contained in:
2025-10-01 13:21:46 +02:00
parent 08e02a752a
commit 7ee47a1943
5 changed files with 89 additions and 54 deletions
+3 -6
View File
@@ -1,9 +1,9 @@
import { View, Text, Image, Pressable } from "react-native";
import React from "react";
import { Image, Pressable, Text, View } from "react-native";
import { icons } from "../assets";
import { Palette, Style } from "../styles";
import ProgressBar from "./ProgressBar";
import { FONT_FAMILY } from "../styles/Fonts";
import ProgressBar from "./ProgressBar";
const MusicLandHeader = ({
onPressBack,
@@ -13,10 +13,7 @@ const MusicLandHeader = ({
}) => {
return (
<View style={{ alignItems: "center", gap: 16 }}>
<Image
source={icons.musicLandLogo}
/>
<Image source={icons.musicLandLogo} />
<View style={{ width: "100%", ...Style.containerRow, gap: 16 }}>
<Pressable
style={{ width: 24, height: 24, ...Style.containerCenter }}