Web: Common: ColorTheme: Added hoverColor property to rest

This commit is contained in:
Ilya Oleshko 2022-09-22 18:11:51 +03:00
parent 3d2550860e
commit 3d02e64934

View File

@ -32,7 +32,7 @@ import {
import { ThemeType } from "./constants";
const ColorTheme = forwardRef(
({ currentColorScheme, isVersion, themeId, ...props }, ref) => {
({ currentColorScheme, isVersion, themeId, hoverColor, ...props }, ref) => {
switch (themeId) {
case ThemeType.Button: {
return (