Skip to content

Commit b9e66aa

Browse files
committed
fix: correct right sidebar inspector background color
1 parent d7bee0f commit b9e66aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TablePro/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ struct ContentView: View {
266266
tables: currentSession.tables
267267
)
268268
.frame(width: rightPanelState.panelWidth)
269+
.background(Color(nsColor: .windowBackgroundColor))
269270
.transition(.move(edge: .trailing))
270271
}
271272
}

TablePro/Views/RightSidebar/RightSidebarView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ struct RightSidebarView: View {
195195
}
196196
}
197197
.listStyle(.sidebar)
198+
.scrollContentBackground(.hidden)
198199

199200
if contentMode == .editRow && editState.hasEdits {
200201
Divider()

0 commit comments

Comments
 (0)