Skip to content

Commit ffa20c7

Browse files
committed
Update UndoSidebarView.swift
1 parent d347069 commit ffa20c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/UI/Utils/UndoSidebarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct UndoSidebarView: View {
2626
.font(.headline)
2727
Spacer()
2828
Button(action: onClose) {
29-
Image(systemName: "xmark.circle.fill")
29+
Image(systemName: "xmark.circle")
3030
.foregroundStyle(Asset.Colors.accentPink.swiftUIColor)
3131
}
3232
}

0 commit comments

Comments
 (0)