We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b561e commit 5cfffabCopy full SHA for 5cfffab
2 files changed
src/components/editor/components/toolbar/selection-toolbar/actions/Color.tsx
@@ -155,7 +155,7 @@ function Color() {
155
156
return (
157
<>
158
- <ActionButton onClick={onClick} active={isActivated} tooltip={t('editor.color')}>
+ <ActionButton onClick={onClick} tooltip={t('editor.color')}>
159
<span ref={wrapperRef}>
160
<ColorSvg className="h-5 w-5" />
161
</span>
src/components/editor/components/toolbar/selection-toolbar/actions/ColorHighlight.tsx
@@ -157,7 +157,7 @@ function ColorHighlight() {
- <ActionButton onClick={onClick} active={isActivated} tooltip={t('editor.backgroundColor')}>
+ <ActionButton onClick={onClick} tooltip={t('editor.backgroundColor')}>
162
<HighlightSvg className="h-5 w-5" />
163
0 commit comments