web layout
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user