Adjusted togle label font size

ref #79
This commit is contained in:
Nicolai Ort 2021-02-24 20:55:42 +01:00
parent e0f0fa9a2a
commit a880ed2b18

View File

@ -182,14 +182,14 @@
</h3>
<label class="content-center align-middle object-center">
<span
class="ml-2"
class="ml-2 text-base"
class:text-gray-300={is_fixed}>Distance</span>
<input
class="relative w-10 h-5 transition-all duration-200 ease-in-out bg-gray-400 rounded-full shadow-inner outline-none appearance-none "
class="relative w-10 h-5 transition-all duration-200 ease-in-out bg-gray-400 rounded-full shadow-inner outline-none appearance-none align-middle"
type="checkbox"
bind:checked={is_fixed} />
<span
class="ml-2"
class="ml-2 text-base "
class:text-gray-300={!is_fixed}>Fixed</span>
</label>
<div class="mt-2 mb-6">