mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +00:00
Notifications: UI Fix
This commit is contained in:
parent
c653fb79b6
commit
1a004400c4
1 changed files with 6 additions and 1 deletions
|
@ -55,14 +55,19 @@ struct NotificationRowView: View {
|
|||
.append {
|
||||
Text(" ") +
|
||||
Text(type.label())
|
||||
.font(.subheadline) +
|
||||
.font(.subheadline)
|
||||
.fontWeight(.regular) +
|
||||
Text(" ⸱ ")
|
||||
.font(.footnote)
|
||||
.fontWeight(.regular)
|
||||
.foregroundColor(.gray) +
|
||||
Text(notification.createdAt.formatted)
|
||||
.font(.footnote)
|
||||
.fontWeight(.regular)
|
||||
.foregroundColor(.gray)
|
||||
}
|
||||
.font(.subheadline)
|
||||
.fontWeight(.semibold)
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue