diff --git a/Packages/StatusKit/Sources/StatusKit/Editor/Components/AccessoryView.swift b/Packages/StatusKit/Sources/StatusKit/Editor/Components/AccessoryView.swift index 69bd11a4..1692aab7 100644 --- a/Packages/StatusKit/Sources/StatusKit/Editor/Components/AccessoryView.swift +++ b/Packages/StatusKit/Sources/StatusKit/Editor/Components/AccessoryView.swift @@ -45,7 +45,7 @@ extension StatusEditor { } .frame(height: 20) .padding(.vertical, 12) - .background(.thinMaterial) + .background(.ultraThickMaterial) #endif }