new tickets

This commit is contained in:
2025-10-24 14:15:59 +02:00
parent 702e989128
commit 8356b04eb2
10 changed files with 113 additions and 32 deletions
+7 -2
View File
@@ -120,17 +120,21 @@ const AllMyPlaylist = ({ route }) => {
intensity={30}
style={{
...Style.containerSpaceBetween,
height: 59,
minHeight: 59,
paddingHorizontal: 16,
paddingVertical: 12,
}}
>
<Text
style={{
flex: 1,
fontSize: isSelected ? 18 : 16,
color: Palette.white,
fontFamily: isSelected
? FONT_FAMILY.InterSemiBold
: FONT_FAMILY.InterRegular,
marginRight: 12,
flexShrink: 1,
}}
>
{item?.name || "Sans nom"}
@@ -172,7 +176,8 @@ const AllMyPlaylist = ({ route }) => {
style={{
...Style.containerSpaceBetween,
paddingHorizontal: 16,
height: 59,
minHeight: 59,
paddingVertical: 12,
}}
>
<Text