Skip to content

Commit 5259462

Browse files
committed
Update info.twig
1 parent 9444c71 commit 5259462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/partials/info.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{% if panels_toggler is not defined %}
99
<label for="toggle-panels" class="mb-3 flex cursor-pointer items-center">
10-
<span class="relative block h-6 w-10 rounded-full bg-gray-400">
10+
<span class="relative block h-6 w-10 rounded-full bg-gray-400 shadow">
1111
<input type="checkbox" id="toggle-panels"
1212
class="sr-only [&:checked~.dot]:translate-x-full [&:checked~.dot]:bg-gray-900 [&:checked~.dot]:text-white
1313
[&:checked~.dot>.open]:block [&:checked~.dot>.close]:hidden">
@@ -16,7 +16,7 @@
1616
{{ svg('close', 10, 'close') }}
1717
</span>
1818
</span>
19-
<span class="ml-1 text-sm">Toggle panels</span>
19+
<span class="ml-1 text-sm leading-normal">Toggle panels</span>
2020
</label>
2121
{% endif %}
2222

0 commit comments

Comments
 (0)