2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

More visible close button in dark mode

Contributes to IOS-398
This commit is contained in:
shannon 2025-04-09 15:06:14 -04:00
parent ff0aa34515
commit 32d897e557

View File

@ -177,7 +177,7 @@ struct NotificationPolicyView: View {
Image(systemName: "xmark.circle.fill")
.frame(width: 45, height: 45)
.font(.title)
.foregroundStyle(SeparatorShapeStyle())
.foregroundStyle(Color.secondary)
}
.padding()
}