fix
This commit is contained in:
parent
b9882634cc
commit
9022c6047b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
</div>
|
||||
<!-- Dramblr -->
|
||||
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
||||
<input hidden name="kind" value="theme-dramblr-dark" type="radio" id="dramblr-theme-dark" class="peer" onchange="changeTheme(['theme-dramblr','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-dramblr dark'%}checked{% endif %}>
|
||||
<input hidden name="kind" value="theme-dramblr dark" type="radio" id="dramblr-theme-dark" class="peer" onchange="changeTheme(['theme-dramblr','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-dramblr dark'%}checked{% endif %}>
|
||||
<label for="dramblr-theme-dark" class="flex flex-col items-center justify-center w-full h-full text-center border border-gray-300 shadow-sm dark:border-gray-600 hover:bg-gray-100 dark:hover:bg-gray-600 peer-checked:border-blue-500 rounded-lg overflow-hidden">
|
||||
<div class="flex flex-col w-full h-full bg-[#334155]">
|
||||
<div class="h-3 w-full bg-[#334155]"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue