feat: merge remote

This commit is contained in:
butterfly
2024-04-30 19:19:27 +08:00
6 changed files with 9 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export default function Switch(props: SwitchProps) {
checked={value}
onCheckedChange={onChange}
className={`
cursor-pointer flex w-switch h-switch p-0.5 box-content rounded-md
cursor-pointer flex w-switch h-switch p-0.5 box-content rounded-md transition-colors duration-300 ease-in-out
${switchClassName}
${
value