Skip to content

Commit

Permalink
パディングを修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrium committed May 27, 2022
1 parent 13525e7 commit ee3f388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Komusou/WorldView.swift
Expand Up @@ -58,7 +58,8 @@ struct InfoPanelView: View {
}
.foregroundColor(.white)
.font(.headline)
.padding()
.padding(.vertical, 4)
.padding(.horizontal, 8)
.background(.gray)
}
}
Expand Down

0 comments on commit ee3f388

Please sign in to comment.