We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07083e0 commit 6a479f5Copy full SHA for 6a479f5
1 file changed
DevLog/UI/Extension/View+.swift
@@ -101,14 +101,15 @@ extension View {
101
self.foregroundStyle(Color(.label))
102
.padding(8)
103
.glassEffect(.regular.tint(color), in: shape)
104
+ .clipShape(shape)
105
} else {
106
107
108
.background {
109
Group {
110
if color == .clear {
111
shape
- .fill(.ultraThinMaterial)
112
+ .fill(Color(.systemGray5))
113
114
115
.fill(color)
0 commit comments