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) } }