diff --git a/DevLog/UI/Extension/View+.swift b/DevLog/UI/Extension/View+.swift index fcbc0ec2..4b42a5b7 100644 --- a/DevLog/UI/Extension/View+.swift +++ b/DevLog/UI/Extension/View+.swift @@ -101,6 +101,7 @@ extension View { self.foregroundStyle(Color(.label)) .padding(8) .glassEffect(.regular.tint(color), in: shape) + .clipShape(shape) } else { self.foregroundStyle(Color(.label)) .padding(8) @@ -108,7 +109,7 @@ extension View { Group { if color == .clear { shape - .fill(.ultraThinMaterial) + .fill(Color(.systemGray5)) } else { shape .fill(color)