Skip to content

Commit

Permalink
removed unnecessary css
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh committed Oct 1, 2024
1 parent 9e89e6a commit 41c6d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ImageOCR: FunctionComponent<IImageOCR> = ({
{...props}
type="button"
className={ctw(
'disabled: btn btn-circle btn-ghost btn-sm bg-base-300/70 text-[0.688rem] focus:outline-primary disabled:bg-base-300/70',
'btn btn-circle btn-ghost btn-sm bg-base-300/70 text-[0.688rem] focus:outline-primary disabled:bg-base-300/70',
isLoadingOCR,
className,
)}
Expand Down

0 comments on commit 41c6d15

Please sign in to comment.