Skip to content

Commit fa1b74e

Browse files
committed
separator between add/open
1 parent 881d3cb commit fa1b74e

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"colors" : [
3+
{
4+
"color" : {
5+
"color-space" : "display-p3",
6+
"components" : {
7+
"alpha" : "1.000",
8+
"blue" : "1.000",
9+
"green" : "1.000",
10+
"red" : "1.000"
11+
}
12+
},
13+
"idiom" : "universal"
14+
},
15+
{
16+
"appearances" : [
17+
{
18+
"appearance" : "luminosity",
19+
"value" : "dark"
20+
}
21+
],
22+
"color" : {
23+
"color-space" : "display-p3",
24+
"components" : {
25+
"alpha" : "1.000",
26+
"blue" : "1.000",
27+
"green" : "1.000",
28+
"red" : "1.000"
29+
}
30+
},
31+
"idiom" : "universal"
32+
}
33+
],
34+
"info" : {
35+
"author" : "xcode",
36+
"version" : 1
37+
}
38+
}

Flitro/Editor/ContextDetailsView.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ struct ContextDetailsView: View {
229229
.font(.system(size: 16, weight: .medium))
230230
.help("Add Item")
231231
}
232+
Rectangle()
233+
.frame(width: 1, height: 24)
234+
.foregroundColor(Color.gray.opacity(0.3))
235+
.padding(.horizontal, 4)
232236
// Single switching mode button + menu
233237
if let contextIdx = contextManager.contexts.firstIndex(where: { $0.id == selectedContextID }) {
234238
let context = contextManager.contexts[contextIdx]

0 commit comments

Comments
 (0)