Jon Mårtensson 4 лет назад
Родитель
Сommit
58bc67a321
1 измененных файлов с 1 добавлено и 1 удалено
  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) }