From be9f41973a376e77fe9d326f9e7689ad92cd7aa9 Mon Sep 17 00:00:00 2001 From: EungCheol Kim Date: Mon, 29 Jan 2024 06:22:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Git=20Actions=20=EC=B6=A9?= =?UTF-8?q?=EB=8F=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shared/Sources/DesignSystem/Sources/Extensions/ShapeStyle+.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Shared/Sources/DesignSystem/Sources/Extensions/ShapeStyle+.swift b/Shared/Sources/DesignSystem/Sources/Extensions/ShapeStyle+.swift index 16482bb..cd73480 100644 --- a/Shared/Sources/DesignSystem/Sources/Extensions/ShapeStyle+.swift +++ b/Shared/Sources/DesignSystem/Sources/Extensions/ShapeStyle+.swift @@ -34,6 +34,5 @@ public extension ShapeStyle where Self == Color { static var pyeonHaengGreen: Color { .init(.pyeonHaengGreen) } static var pyeonHaengRed: Color { .init(.pyeonHaengRed) } static var pyeonHaengYellow: Color { .init(.pyeonHaengYellow) } - static var blur: Color { .init(.blur) } }