From 9bd967cddf9a7531f19415da6dde70a99af7bf7c Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Fri, 2 Feb 2024 08:53:48 +0100 Subject: [PATCH] Fix #1938 --- .../Sources/StatusKit/Editor/Components/AccessoryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }