fix
This commit is contained in:
parent
03c80e2ec6
commit
ed0c046bd5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
<!-- Iron -->
|
||||
<div class="my-2 px-2 w-1/2 overflow-hidden lg:w-1/4 flex items-center justify-center">
|
||||
<input hidden name="kind" value="iron" type="radio" id="iron-theme" class="peer" onchange="changeTheme(['theme-iron','dark']); post_toast2('/settings/profile?theme='+value, '1')">
|
||||
<input hidden name="kind" value="theme-iron dark" type="radio" id="iron-theme" class="peer" onchange="changeTheme(['theme-iron','dark']); post_toast2('/settings/profile?theme='+value, '1')">
|
||||
<label for="iron-theme" class="flex flex-col items-center justify-center w-full h-full text-center border border-gray-200 dark:border-gray-600 hover:bg-gray-100 dark:hover:bg-gray-600 peer-checked:border-primary rounded-lg overflow-hidden">
|
||||
<div class="flex flex-col w-full h-full bg-[#3f3f46]">
|
||||
<div class="h-3 w-full bg-[#3f3f46]"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue