Skip to content

Commit

Permalink
Issue: Checkbox transition issue fixed. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arifulislam5577 authored Dec 24, 2023
1 parent a4968b6 commit 08099d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/CheckBox/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { keepCheckboxTheme } from '.'

export const checkboxTheme: keepCheckboxTheme = {
checkboxInput: 'opacity-0 peer absolute cursor-pointer',
base: 'border flex items-center justify-center relative duration-300 transition-all cursor-pointer opacity-100 pointer-events-none',
base: 'border flex items-center justify-center relative cursor-pointer opacity-100 pointer-events-none',
disabled: 'cursor-not-allowed opacity-50',
enabled: 'cursor-pointer opacity-100',
color: {
Expand Down

0 comments on commit 08099d6

Please sign in to comment.