Skip to content

Commit

Permalink
fix repeater dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 25, 2024
1 parent 48a0840 commit 1e39ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/repeater.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<template #default="repeater">
<div class="block">
<div class=" border border-zinc-300 p-4 rounded-lg">
<div class=" border border-zinc-300 dark:border-zinc-700 p-4 rounded-lg">
@if($prepend)
<span :class="{ 'opacity-50': inputScope.disabled && @json(!$alwaysEnablePrepend) }" class="inline-flex items-center px-3 rounded-l-md border border-t-0 border-b-0 border-l-0 border-zinc-300 bg-zinc-50 text-zinc-50 dark:text-white">
{!! $prepend !!}
Expand Down

0 comments on commit 1e39ee5

Please sign in to comment.