Skip to content

Commit

Permalink
Switch opacity (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucieo authored Sep 20, 2023
1 parent 7067b2a commit 8da3197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Switch = forwardRef<HTMLInputElement, HTMLProps<HTMLInputElement>>(
</div>
<span
className={`ml-3 text-sm font-medium text-gray-900 dark:text-gray-300 ${
!isChecked ? 'opacity-40' : 'opacity-100'
!isChecked ? 'opacity-60' : 'opacity-100'
}`}
>
{label}
Expand Down

1 comment on commit 8da3197

@vercel
Copy link

@vercel vercel bot commented on 8da3197 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

digestclub – ./

digestclub-git-main-premieroctet.vercel.app
digestclub-premieroctet.vercel.app
digestclub.vercel.app

Please sign in to comment.