From 0d8b08a61fc2911c0ca2f07fcdc2b4bbeb6a1761 Mon Sep 17 00:00:00 2001 From: "remi.regnault" Date: Tue, 21 May 2024 18:12:15 +0200 Subject: [PATCH] :construction: in file GameResumeFrame: decreased padding --- .../DouShouQi_App/Components/Game/GameResumeFrame.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DouShouQi_App/DouShouQi_App/Components/Game/GameResumeFrame.swift b/DouShouQi_App/DouShouQi_App/Components/Game/GameResumeFrame.swift index d294e72..dade4f8 100644 --- a/DouShouQi_App/DouShouQi_App/Components/Game/GameResumeFrame.swift +++ b/DouShouQi_App/DouShouQi_App/Components/Game/GameResumeFrame.swift @@ -40,7 +40,7 @@ struct GameResumeFrame: View { RoundedRectangle(cornerRadius: 3) .stroke(.gray, lineWidth: 2) ) - }.padding(10) + }.padding(2) } }