Skip to content

Commit 5150630

Browse files
authored
Merge pull request #22 from devSviat/1.x
Fixed the popover border display in dark theme
2 parents 01754d4 + e76b93a commit 5150630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/popover-column.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class="h-4 w-4 text-gray-500 dark:text-gray-400"
5151
@endif
5252
</div>
5353

54-
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] border border-gray-100 rounded-lg shadow-lg bg-white dark:bg-gray-800 transition"
54+
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] ring-1 ring-gray-950/5 dark:ring-white/10 rounded-lg shadow-lg bg-white dark:bg-gray-800 transition"
5555
x-transition:enter-start="opacity-0"
5656
x-transition:leave-end="opacity-0"
5757
x-cloak

resources/views/popover-entry.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class="h-4 w-4 text-gray-500 dark:text-gray-400"
3333
@endif
3434
</div>
3535

36-
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] border border-gray-100 rounded-lg shadow-lg bg-white dark:bg-gray-800 transition"
36+
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] ring-1 ring-gray-950/5 dark:ring-white/10 rounded-lg shadow-lg bg-white dark:bg-gray-800 transition"
3737
x-transition:enter-start="opacity-0"
3838
x-transition:leave-end="opacity-0"
3939
x-cloak

resources/views/popover-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class="text-sm relative w-full fi-popover-trigger cursor-pointer flex items-cent
3737
{{ $getState }}
3838
</div>
3939

40-
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] border border-gray-100 rounded-lg shadow-lg bg-white dark:bg-gray-800"
40+
<div class="z-50 fi-popover-content w-[{{ $getPopOverMaxWidth }}px] ring-1 ring-gray-950/5 dark:ring-white/10 rounded-lg shadow-lg bg-white dark:bg-gray-800"
4141
x-transition:enter-start="opacity-0"
4242
x-transition:leave-end="opacity-0"
4343
x-cloak

0 commit comments

Comments
 (0)