mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-24 12:08:44 -06:00
fix playlist finish editing icon
This commit is contained in:
@@ -33,7 +33,7 @@ export default function Playlist({
|
||||
? getTokens().color.telemagenta.val
|
||||
: getTokens().color.white.val
|
||||
}
|
||||
name={editing ? 'done' : 'pencil'}
|
||||
name={editing ? 'check' : 'pencil'}
|
||||
onPress={() => setEditing(!editing)}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user