Skip to content

Commit

Permalink
Fix: fullscreen background color on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Aug 6, 2023
1 parent c35444d commit e5f2086
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 @@ -20,7 +20,7 @@
x-ignore
ax-load
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('tiptap', 'awcodes/tiptap-editor') }}"
class="relative z-0 tiptap-wrapper rounded-md dark:bg-gray-900"
class="relative z-0 tiptap-wrapper rounded-md bg-white dark:bg-gray-900"
x-bind:class="{ 'tiptap-fullscreen': fullScreenMode, 'ring ring-primary-500': focused }"
x-data="tiptap({
state: $wire.{{ $applyStateBindingModifiers("entangle('{$statePath}')", isOptimisticallyLive: false) }},
Expand Down

0 comments on commit e5f2086

Please sign in to comment.