Skip to content

Commit

Permalink
fix: checkbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Mar 20, 2024
1 parent d7a8cc7 commit cb20014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/components/field.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.atomic-checkbox {
@apply w-5 h-5 transition-all duration-150 ease-linear border-gray-300 rounded cursor-pointer text-primary-500 dark:bg-gray-800 dark:border-gray-600 disabled:bg-gray-300 dark:disabled:bg-gray-600 disabled:cursor-not-allowed;
@apply w-5 h-5 transition-all duration-150 ease-linear border-gray-300 rounded cursor-pointer text-primary-500 dark:bg-gray-800 dark:border-gray-600 disabled:bg-gray-300 dark:disabled:bg-gray-600 disabled:cursor-not-allowed focus:ring-primary-500;
}

.atomic-checkbox-label {
Expand Down

0 comments on commit cb20014

Please sign in to comment.