Explorar el Código

Increase sidebar upgrade button height slightly.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hace 1 mes
padre
commit
962270187c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Reddit App/Views/SidebarView.swift

+ 1 - 1
Reddit App/Views/SidebarView.swift

@@ -125,7 +125,7 @@ struct SidebarView: View {
                 .font(.system(size: 11, weight: .semibold))
                 .foregroundStyle(.white)
                 .frame(maxWidth: .infinity)
-                .padding(.vertical, 6)
+                .padding(.vertical, 7.5)
                 .background(AppTheme.accentPurple)
                 .clipShape(RoundedRectangle(cornerRadius: 8))
                 .buttonStyle(AppPrimaryButtonStyle())