mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-29 19:54: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")
|
||||
}
|
||||
|
||||
Divider()
|
||||
.foregroundStyle(Color.accentColor)
|
||||
|
||||
GridRow(alignment: .firstTextBaseline) {
|
||||
Text("Status")
|
||||
.gridColumnAlignment(.trailing)
|
||||
|
|
@ -95,6 +98,9 @@ struct EditorView: View {
|
|||
.help("Select publication visibility")
|
||||
}
|
||||
|
||||
Divider()
|
||||
.foregroundStyle(Color.accentColor)
|
||||
|
||||
GridRow(alignment: .firstTextBaseline) {
|
||||
Text("Tags")
|
||||
.gridColumnAlignment(.trailing)
|
||||
|
|
|
|||
Loading…
Reference in a new issue