Skip to content

Commit

Permalink
fixing blocks panel dark bg class
Browse files Browse the repository at this point in the history
  • Loading branch information
fordiquez committed Mar 7, 2024
1 parent e1fe080 commit 4065268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tiptap-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4065268

Please sign in to comment.