Skip to content

Commit d0ba50b

Browse files
kikostadinovJuveniel
authored andcommitted
chore(colorgradient): fix class typo
1 parent 8b90f3a commit d0ba50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html/src/colorgradient/color-input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const ColorInput = (
2929
return (
3030
<div className={classNames(COLOR_INPUT_CLASSNAME, 'k-hstack')}>
3131
<div className="k-vstack">
32-
<Button fillMode="flat" icon="caret-alt-expand" className="k-cologradient-toggle-mode" />
32+
<Button fillMode="flat" icon="caret-alt-expand" className="k-colorgradient-toggle-mode" />
3333
</div>
3434
{ mode === 'rgba' &&
3535
<>

0 commit comments

Comments
 (0)