File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Foundation/resources/exceptions/renderer/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class="absolute right-0 z-10 flex origin-top-right flex-col rounded-md bg-white
71
71
@click = " menu = false"
72
72
>
73
73
< button
74
- class = " flex items-center gap-3 px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-700"
74
+ class = " flex items-center gap-3 px-4 py-2 hover:rounded-t-md hover: bg-gray-100 dark:hover:bg-gray-700"
75
75
: class = " theme === 'light' ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'"
76
76
@click = " lightMode()"
77
77
>
@@ -87,7 +87,7 @@ class="flex items-center gap-3 px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-70
87
87
Dark
88
88
< / button>
89
89
< button
90
- class = " flex items-center gap-3 px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-700"
90
+ class = " flex items-center gap-3 px-4 py-2 hover:rounded-b-md hover: bg-gray-100 dark:hover:bg-gray-700"
91
91
: class = " theme === undefined ? 'text-gray-900 dark:text-gray-100' : 'text-gray-500 dark:text-gray-400'"
92
92
@click = " systemMode()"
93
93
>
You can’t perform that action at this time.
0 commit comments