mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-29 19:51:08 +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 {
|
.append {
|
||||||
Text(" ") +
|
Text(" ") +
|
||||||
Text(type.label())
|
Text(type.label())
|
||||||
.font(.subheadline) +
|
.font(.subheadline)
|
||||||
|
.fontWeight(.regular) +
|
||||||
Text(" ⸱ ")
|
Text(" ⸱ ")
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
|
.fontWeight(.regular)
|
||||||
.foregroundColor(.gray) +
|
.foregroundColor(.gray) +
|
||||||
Text(notification.createdAt.formatted)
|
Text(notification.createdAt.formatted)
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
|
.fontWeight(.regular)
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
}
|
}
|
||||||
|
.font(.subheadline)
|
||||||
|
.fontWeight(.semibold)
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue