Przeglądaj źródła

style: update text to bold

bastiaanv 6 miesięcy temu
rodzic
commit
5fc1d0fffa

+ 1 - 0
EversenseKit

@@ -0,0 +1 @@
+Subproject commit 786b0d4a1da1091a23be1aad2fe8ec41d2fe69f3

+ 2 - 0
LiveActivity/Views/WidgetItems/LiveActivityBGLabelWatchView.swift

@@ -15,12 +15,14 @@ struct LiveActivityBGLabelWatchView: View {
     var body: some View {
         HStack {
             Text(context.state.bg)
+                .bold()
                 .font(.callout)
                 .foregroundStyle(context.isStale ? .secondary : glucoseColor)
                 .strikethrough(context.isStale, pattern: .solid, color: .red.opacity(0.6))
 
             if let trendArrow = context.state.direction {
                 Text(trendArrow)
+                    .bold()
                     .font(.callout)
                     .foregroundStyle(context.isStale ? .secondary : glucoseColor)
                     .strikethrough(context.isStale, pattern: .solid, color: .red.opacity(0.6))

+ 1 - 0
MedtrumKit

@@ -0,0 +1 @@
+Subproject commit 4d25a76425d45bebedcdaf570c495430c152abc5