Divider light theme fix #31

Open
opened 2026-04-21 11:33:10 +02:00 by RealZone22 · 1 comment
RealZone22 commented 2026-04-21 11:33:10 +02:00 (Migrated from git.cyanfox.de)
@if(filled($slot))
    <div class="flex items-center my-4">
        <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}>
        <span class="mx-2 text-on-surface dark:text-on-surface-dark">{{ $slot }}</span>
        <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}>
    </div>
@else
    <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}>
@endif
```blade @if(filled($slot)) <div class="flex items-center my-4"> <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}> <span class="mx-2 text-on-surface dark:text-on-surface-dark">{{ $slot }}</span> <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}> </div> @else <hr {{ $attributes->twMerge('border-t border-outline dark:border-outline-dark my-4') }}> @endif ```
RealZone22 commented 2026-04-21 11:33:10 +02:00 (Migrated from git.cyanfox.de)

assigned to @RealZone22

assigned to @RealZone22
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
RealZone22/PenguBlade#31
No description provided.