diff --git a/client/styles/components/_editable-input.scss b/client/styles/components/_editable-input.scss index c7239d35..cdcd6ed7 100644 --- a/client/styles/components/_editable-input.scss +++ b/client/styles/components/_editable-input.scss @@ -24,6 +24,20 @@ .editable-input__icon svg { width: 1.5rem; height: 1.5rem; + + @include themify() { + path { + fill: getThemifyVariable('inactive-text-color'); + } + } +} + +.editable-input:hover { + @include themify() { + .editable-input__icon path { + fill: getThemifyVariable('primary-text-color'); + } + } } .editable-input--is-not-editing .editable-input__input,