From 6d645af6e4d9cd84fbdb1011c7c378f9d6ff6af0 Mon Sep 17 00:00:00 2001 From: youz2me Date: Tue, 10 Sep 2024 14:31:01 +0900 Subject: [PATCH] =?UTF-8?q?fix/#367=20=EC=A7=80=EA=B0=81=EC=9E=90=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=20=EB=95=8C=20=EA=BE=B8=EB=AC=BC=EC=9D=B4=20?= =?UTF-8?q?=EB=B7=B0=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=AA=85=EC=84=B8=20?= =?UTF-8?q?=EB=94=B0=EB=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift b/KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift index 2a1230d0..919e3daf 100644 --- a/KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift +++ b/KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift @@ -55,12 +55,12 @@ class ArriveView: BaseView { } mainTitleLabel.snp.makeConstraints { - $0.top.equalTo(giftImageView.snp.bottom).offset(36) + $0.top.equalTo(giftImageView.snp.bottom).offset(30) $0.centerX.equalToSuperview() } subTitleLabel.snp.makeConstraints { - $0.top.equalTo(mainTitleLabel.snp.bottom).offset(17) + $0.top.equalTo(mainTitleLabel.snp.bottom).offset(4) $0.centerX.equalToSuperview() }