From 6a958f62bbc9ad2eb7fff3e49c305a77c7dc9d23 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 20 Jun 2025 06:41:07 -0700 Subject: [PATCH] Add padding back --- Meshtastic/Tips/PersistantTips.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Tips/PersistantTips.swift b/Meshtastic/Tips/PersistantTips.swift index 24093285..4cf9858b 100644 --- a/Meshtastic/Tips/PersistantTips.swift +++ b/Meshtastic/Tips/PersistantTips.swift @@ -32,6 +32,6 @@ struct PersistentTip: TipViewStyle { } .frame(maxWidth: .infinity) .backgroundStyle(.thinMaterial) - .padding(.top, 5) + .padding() } }