From 96e79cd1d63ce3a70f019d796ab3374cf64ea110 Mon Sep 17 00:00:00 2001 From: opficdev Date: Thu, 5 Mar 2026 21:36:47 +0900 Subject: [PATCH 1/3] =?UTF-8?q?ui:=20iOS=2018=20=EC=9D=B4=ED=95=98=20?= =?UTF-8?q?=EB=9D=BC=EC=9D=B4=ED=8A=B8=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C?= =?UTF-8?q?=EC=9D=98=20=EA=B0=80=EB=8F=85=EC=84=B1=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/UI/Extension/View+.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevLog/UI/Extension/View+.swift b/DevLog/UI/Extension/View+.swift index fcbc0ec2..36e32597 100644 --- a/DevLog/UI/Extension/View+.swift +++ b/DevLog/UI/Extension/View+.swift @@ -108,7 +108,7 @@ extension View { Group { if color == .clear { shape - .fill(.ultraThinMaterial) + .fill((Color(.systemGray5))) } else { shape .fill(color) From 5b0617b61b5254016d409a1b6b7bd29df301c6a5 Mon Sep 17 00:00:00 2001 From: opficdev Date: Thu, 5 Mar 2026 21:58:54 +0900 Subject: [PATCH 2/3] =?UTF-8?q?ui:=20glassEffect=EB=A1=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=95=B4=20=EB=B7=B0=20=EC=A3=BC=EB=B3=80=EC=97=90=20=EB=B8=94?= =?UTF-8?q?=EB=9F=AC=20=ED=98=95=ED=83=9C=EA=B0=80=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=ED=98=84=EC=83=81=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/UI/Extension/View+.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/DevLog/UI/Extension/View+.swift b/DevLog/UI/Extension/View+.swift index 36e32597..a119a36e 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) From ba1b3f75dc6d3326f3747fb2f086231f75a14f98 Mon Sep 17 00:00:00 2001 From: opficdev Date: Thu, 5 Mar 2026 22:24:53 +0900 Subject: [PATCH 3/3] =?UTF-8?q?style:=20=EB=B6=88=ED=95=84=EC=9A=94=20?= =?UTF-8?q?=EA=B4=84=ED=98=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/UI/Extension/View+.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevLog/UI/Extension/View+.swift b/DevLog/UI/Extension/View+.swift index a119a36e..4b42a5b7 100644 --- a/DevLog/UI/Extension/View+.swift +++ b/DevLog/UI/Extension/View+.swift @@ -109,7 +109,7 @@ extension View { Group { if color == .clear { shape - .fill((Color(.systemGray5))) + .fill(Color(.systemGray5)) } else { shape .fill(color)