Add missing padding on notifications view
This commit is contained in:
@@ -214,6 +214,7 @@ struct EventGroupView: View {
|
|||||||
GroupDescription
|
GroupDescription
|
||||||
EventBody(damus_state: state, event: event, size: .normal, options: [])
|
EventBody(damus_state: state, event: event, size: .normal, options: [])
|
||||||
.padding([.top], 1)
|
.padding([.top], 1)
|
||||||
|
.padding([.trailing])
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user