web style

This commit is contained in:
2025-10-01 14:07:13 +02:00
parent 7ee47a1943
commit 2908afc259
4 changed files with 222 additions and 131 deletions
+4 -3
View File
@@ -1,9 +1,9 @@
import { View } from "react-native";
import React, { useState } from "react";
import CreateLyricsHeader from "./components/CreateLyricsHeader";
import { EMOTION_CONVEY } from "../../data/data";
import { View } from "react-native";
import ItemContainer from "../../components/ItemContainer/ItemContainer";
import ListSelection from "../../components/ListSelection/ListSelection";
import { EMOTION_CONVEY } from "../../data/data";
import CreateLyricsHeader from "./components/CreateLyricsHeader";
const EmotionConvey = ({
selected: selectedProp,
@@ -29,6 +29,7 @@ const EmotionConvey = ({
>
<ItemContainer height={containerLayout?.height}>
<ListSelection
disableHover
options={EMOTION_CONVEY}
variant="emotion"
selected={selected}