mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
Simplifz header
This commit is contained in:
@@ -20,14 +20,9 @@ struct BroadcastWidgetHeader: View {
|
||||
.lineLimit(1)
|
||||
if showTimestamp {
|
||||
Spacer()
|
||||
HStack(alignment: .center, spacing: 4) {
|
||||
Image(systemName: "clock.arrow.circlepath")
|
||||
.font(.system(size: BroadcastWidgetLayout.statusIconSize))
|
||||
.foregroundStyle(.secondary)
|
||||
Text(updatedAt.shortTime)
|
||||
.font(.system(size: BroadcastWidgetLayout.secondaryFontSize))
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
Text(updatedAt.shortTime)
|
||||
.font(.system(size: BroadcastWidgetLayout.secondaryFontSize))
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user