Skip to content

Commit

Permalink
make close button bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown committed Aug 16, 2024
1 parent 43bdf94 commit 0f6ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nos/Views/Components/Images/ImageViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct ImageViewer: View {
.symbolVariant(.fill.circle)
.symbolRenderingMode(.palette)
.foregroundStyle(Color.buttonCloseForeground, Color.buttonCloseBackground)
.font(.title)
.font(.largeTitle)
}
.padding()
}
Expand Down

0 comments on commit 0f6ee06

Please sign in to comment.