We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f674c3 commit b14ea62Copy full SHA for b14ea62
resources/views/livewire/settings/appearance.blade.php
@@ -6,7 +6,7 @@
6
//
7
}; ?>
8
9
-<div class="flex flex-col items-start">
+<section class="w-full">
10
@include('partials.settings-heading')
11
12
<x-settings.layout :heading="__('Appearance')" :subheading=" __('Update the appearance settings for your account')">
@@ -16,4 +16,4 @@
16
<flux:radio value="system" icon="computer-desktop">{{ __('System') }}</flux:radio>
17
</flux:radio.group>
18
</x-settings.layout>
19
-</div>
+</section>
0 commit comments