diff --git a/Nos/Views/Components/Images/ImageViewer.swift b/Nos/Views/Components/Images/ImageViewer.swift index 9f573c536..aa5e6685e 100644 --- a/Nos/Views/Components/Images/ImageViewer.swift +++ b/Nos/Views/Components/Images/ImageViewer.swift @@ -28,7 +28,7 @@ struct ImageViewer: View { .symbolVariant(.fill.circle) .symbolRenderingMode(.palette) .foregroundStyle(Color.buttonCloseForeground, Color.buttonCloseBackground) - .font(.title) + .font(.largeTitle) } .padding() }