Skip to content

Commit

Permalink
update setting screen list label
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Dec 25, 2024
1 parent 7d8eb99 commit a83b2f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ struct NavigationLinkLabel: View {

var body: some View {
HStack {
RoundedRectangle(cornerRadius: 8)
.frame(width: 30, height: 30)
Image(systemName: "square.fill")
.font(.largeTitle)
.foregroundColor(color)
.overlay {
icon
Expand Down

0 comments on commit a83b2f6

Please sign in to comment.