Explorar el Código

Increase font size

Jon Mårtensson hace 4 años
padre
commit
58bc67a321
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      FreeAPS/Sources/Views/TagCloudView.swift

+ 1 - 1
FreeAPS/Sources/Views/TagCloudView.swift

@@ -76,7 +76,7 @@ struct TagCloudView: View {
         return ZStack { Text(textTag)
             .padding(.vertical, 2)
             .padding(.horizontal, 4)
-            .font(.subheadline)
+            .font(.title3)
             .background(colorOfTag.opacity(0.8))
             .foregroundColor(Color.white)
             .cornerRadius(5) }