File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class="h-4 w-4 text-gray-500 dark:text-gray-400"
51
51
@endif
52
52
</div >
53
53
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"
55
55
x-transition:enter-start =" opacity-0"
56
56
x-transition:leave-end =" opacity-0"
57
57
x-cloak
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class="h-4 w-4 text-gray-500 dark:text-gray-400"
33
33
@endif
34
34
</div >
35
35
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"
37
37
x-transition:enter-start =" opacity-0"
38
38
x-transition:leave-end =" opacity-0"
39
39
x-cloak
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class="text-sm relative w-full fi-popover-trigger cursor-pointer flex items-cent
37
37
{{ $getState } }
38
38
</div >
39
39
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"
41
41
x-transition:enter-start =" opacity-0"
42
42
x-transition:leave-end =" opacity-0"
43
43
x-cloak
You can’t perform that action at this time.
0 commit comments