From 0d73b117363dfac70f538572ee99c1946efde87a Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 28 Jul 2022 13:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/HUDView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HUDView.swift b/Source/HUDView.swift index 6ed57ec..57e4f6c 100644 --- a/Source/HUDView.swift +++ b/Source/HUDView.swift @@ -114,7 +114,7 @@ internal extension Alert { contentEdgeInsets = .init(top: pd*1.5, left: pd*1.5, bottom: pd*1.5, right: pd*1.5) } else { backgroundColor = .clear - contentEdgeInsets = .init(top: pd*0.5, left: pd*1.5, bottom: pd*0.5, right: pd*1.5) + contentEdgeInsets = .init(top: pd*1, left: pd*1.5, bottom: pd*1, right: pd*1.5) } switch style { case .default: