mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
Add Divider between Editor sections
This commit is contained in:
parent
793903352c
commit
91435ff1ce
1 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ struct EditorView: View {
|
||||||
.help("Select publication time")
|
.help("Select publication time")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Divider()
|
||||||
|
.foregroundStyle(Color.accentColor)
|
||||||
|
|
||||||
GridRow(alignment: .firstTextBaseline) {
|
GridRow(alignment: .firstTextBaseline) {
|
||||||
Text("Status")
|
Text("Status")
|
||||||
.gridColumnAlignment(.trailing)
|
.gridColumnAlignment(.trailing)
|
||||||
|
|
@ -95,6 +98,9 @@ struct EditorView: View {
|
||||||
.help("Select publication visibility")
|
.help("Select publication visibility")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Divider()
|
||||||
|
.foregroundStyle(Color.accentColor)
|
||||||
|
|
||||||
GridRow(alignment: .firstTextBaseline) {
|
GridRow(alignment: .firstTextBaseline) {
|
||||||
Text("Tags")
|
Text("Tags")
|
||||||
.gridColumnAlignment(.trailing)
|
.gridColumnAlignment(.trailing)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue