Replace Divider with ThiccDivider
This commit is contained in:
@@ -212,7 +212,7 @@ struct EventGroupView: View {
|
||||
NavigationLink(destination: dest) {
|
||||
VStack(alignment: .leading) {
|
||||
GroupDescription
|
||||
EventBody(damus_state: state, event: event, size: .normal, options: [.truncate_content])
|
||||
EventBody(damus_state: state, event: event, size: .normal, options: [])
|
||||
.padding([.top], 1)
|
||||
.foregroundColor(.gray)
|
||||
}
|
||||
|
||||
@@ -57,8 +57,7 @@ struct NotificationItemView: View {
|
||||
.buttonStyle(.plain)
|
||||
}
|
||||
|
||||
Divider()
|
||||
.padding([.top,.bottom], 5)
|
||||
ThiccDivider()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ struct InnerTimelineView: View {
|
||||
}
|
||||
.padding(.top, 7)
|
||||
|
||||
Divider()
|
||||
ThiccDivider()
|
||||
.padding([.top], 7)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user