Browse Source

Increase font size

Jon Mårtensson 4 years ago
parent
commit
58bc67a321
1 changed files with 1 additions and 1 deletions
  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) }