From 4065268f75ff5d1bae5c809e36fdbac9ede45071 Mon Sep 17 00:00:00 2001 From: Ruslan Tsiapko Date: Thu, 7 Mar 2024 23:36:22 +0200 Subject: [PATCH] fixing blocks panel dark bg class --- resources/views/tiptap-editor.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/tiptap-editor.blade.php b/resources/views/tiptap-editor.blade.php index 8c28e196..8a1266bd 100644 --- a/resources/views/tiptap-editor.blade.php +++ b/resources/views/tiptap-editor.blade.php @@ -135,7 +135,7 @@ class="relative z-0 tiptap-wrapper rounded-md bg-white dark:bg-gray-900 focus-wi }" class="hidden shrink-0 space-y-2 max-w-sm md:flex flex-col h-full" x-bind:class="{ - 'bg-gray-50 dark:bg-gray-950/20': ! isCollapsed, + 'bg-gray-50 dark:bg-gray-900': ! isCollapsed, 'h-full': ! isCollapsed && fullScreenMode, 'px-2': ! fullScreenMode, 'px-3': fullScreenMode