Change icon

This commit is contained in:
Arkadiusz Fal 2022-12-21 00:21:00 +01:00
parent 69e9869fe9
commit 3988e0ca9f

View File

@ -189,7 +189,7 @@ struct WatchNextView: View {
Button { Button {
model.hide() model.hide()
} label: { } label: {
Label("Hide", systemImage: "chevron.down") Label("Hide", systemImage: "xmark")
} }
} }