mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44:30 +01:00
style: fix tailwindcss linting
This commit is contained in:
parent
c10f690622
commit
d7121ea833
@ -58,7 +58,7 @@ export const SwitchTheme = (props: SwitchThemeProps): JSX.Element => {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"absolute top-[1px] box-border size-[22px] rounded-[50%] bg-[#fafafa] text-white transition-all duration-[250ms] ease-in-out",
|
"absolute top-px box-border size-[22px] rounded-[50%] bg-[#fafafa] text-white transition-all duration-[250ms] ease-in-out",
|
||||||
{
|
{
|
||||||
"left-[27px]": theme === "dark",
|
"left-[27px]": theme === "dark",
|
||||||
"left-0": theme === "light",
|
"left-0": theme === "light",
|
||||||
@ -70,7 +70,7 @@ export const SwitchTheme = (props: SwitchThemeProps): JSX.Element => {
|
|||||||
data-cy="switch-theme-input"
|
data-cy="switch-theme-input"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
aria-label="Dark mode toggle"
|
aria-label="Dark mode toggle"
|
||||||
className="absolute m-[-1px] hidden size-[1px] overflow-hidden border-0 p-0"
|
className="absolute -m-px hidden size-px overflow-hidden border-0 p-0"
|
||||||
defaultChecked
|
defaultChecked
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user