bigger play button

This commit is contained in:
sarendsen
2025-02-22 10:58:28 +01:00
parent 06e0eb5c4e
commit cca0bbf42c

View File

@@ -155,7 +155,7 @@ const SessionsButton = () => {
<Ionicons
name="play-circle"
color={sessions.length === 0 ? "white" : "#9333ea"}
size={22}
size={25}
/>
</View>
</TouchableOpacity>