Mac: lighten tool cards

This commit is contained in:
Peter Steinberger
2025-12-07 00:17:54 +00:00
parent c911568306
commit 9ef8cdadf6

View File

@@ -1,4 +1,5 @@
import SwiftUI import SwiftUI
import AppKit
// MARK: - Data models // MARK: - Data models
@@ -186,7 +187,7 @@ struct ToolsSettings: View {
ForEach(filtered) { tool in ForEach(filtered) { tool in
ToolRow(tool: tool) ToolRow(tool: tool)
.padding(10) .padding(10)
.background(Color(.textBackgroundColor)) .background(Color(nsColor: .controlBackgroundColor))
.clipShape(RoundedRectangle(cornerRadius: 10)) .clipShape(RoundedRectangle(cornerRadius: 10))
.overlay( .overlay(
RoundedRectangle(cornerRadius: 10) RoundedRectangle(cornerRadius: 10)