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