From 04d730e09598b1a2259bc617a9bd0093217aa2f7 Mon Sep 17 00:00:00 2001 From: gunoooo Date: Mon, 7 Aug 2023 11:18:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=EC=9D=B8=EC=A6=9D=20=EB=AC=BC?= =?UTF-8?q?=EB=BF=8C=EB=A6=AC=EA=B0=9C=20=ED=84=B0=EC=B9=98=EA=B0=80=20?= =?UTF-8?q?=EC=95=88=EB=90=98=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomeScene/Sources/HomeScene/Views/Flower/MyFlowerView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Scene/HomeScene/Sources/HomeScene/Views/Flower/MyFlowerView.swift b/Scene/HomeScene/Sources/HomeScene/Views/Flower/MyFlowerView.swift index 342c1c5a..06e88ea9 100644 --- a/Scene/HomeScene/Sources/HomeScene/Views/Flower/MyFlowerView.swift +++ b/Scene/HomeScene/Sources/HomeScene/Views/Flower/MyFlowerView.swift @@ -117,6 +117,7 @@ final class MyFlowerView: UIView { self.induceCertificationView.snp.makeConstraints { make in make.top.equalToSuperview() + make.leading.trailing.equalToSuperview() make.centerX.equalToSuperview().multipliedBy(0.8) make.bottom.equalTo(self.flowerImageView.snp.top).offset(-8) }