mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: mirror callout in dark mode
This commit is contained in:
parent
4de1403105
commit
fb7e5037e1
2 changed files with 8 additions and 8 deletions
|
|
@ -330,13 +330,13 @@ new class extends Component {
|
|||
<div class="mt-6 mb-6">
|
||||
<flux:callout variant="info">
|
||||
<div class="flex items-center gap-2">
|
||||
<flux:icon name="link" class="h-5 w-5"/>
|
||||
<div>
|
||||
This device is mirrored from
|
||||
<flux:icon.link class="dark:text-zinc-200"/>
|
||||
<flux:text>
|
||||
This device is mirrored from
|
||||
<a href="{{ route('devices.configure', $device->mirrorDevice) }}" class="font-medium hover:underline">
|
||||
{{ $device->mirrorDevice->name }}
|
||||
</a>
|
||||
</div>
|
||||
</flux:text>
|
||||
</div>
|
||||
</flux:callout>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue