We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4caadd commit 207e107Copy full SHA for 207e107
1 file changed
ios/LiveActivity/GpsTripLiveActivity.swift
@@ -22,15 +22,15 @@ struct GpsTripLiveActivity: Widget {
22
HStack(alignment: .center) {
23
VStack(alignment: .leading) {
24
Text(context.state.lockScreenTrackingText)
25
- .font(.system(size: 15, weight: .medium))
+ .font(.custom("ExpensifyNeue-Regular", size: 15))
26
.foregroundColor(.brandGreen100)
27
.kerning(-0.3)
28
HStack(alignment: .bottom, spacing: 6) {
29
Text(distanceString(distance: context.state.distance))
30
- .font(.system(size: 45, weight: .bold))
+ .font(.custom("ExpensifyNeue-Bold", size: 45))
31
.foregroundColor(.expensifyGreen)
32
Text(context.state.distanceUnit)
33
- .font(.system(size: 25, weight: .medium))
+ .font(.custom("ExpensifyNeue-Regular", size: 25))
34
35
.padding(.bottom, 5)
36
}
0 commit comments