Skip to content

Commit bc10b61

Browse files
committed
[dashboard] remove border on checkbox click state
1 parent 8710198 commit bc10b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/forms/CheckboxInputField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const CheckboxInput: FC<CheckboxInputProps> = ({
5757
type="checkbox"
5858
className={classNames(
5959
"h-4 w-4 mt-1 rounded cursor-pointer border-2 dark:filter-invert",
60-
"focus:ring-2 focus:border-gray-900 ring-blue-400 dark:focus:border-gray-800",
60+
"focus:ring-2 ring-blue-400",
6161
"border-gray-600 dark:border-gray-900 bg-transparent",
6262
{ "bg-gray-600 dark:bg-gray-900": checked },
6363
)}

0 commit comments

Comments
 (0)