Web:Common:Fix.

This commit is contained in:
Vlada Gazizova 2022-08-17 18:14:21 +03:00
parent a268a4efbd
commit 97796c2941

View File

@ -28,7 +28,6 @@ import {
} from "./styled";
import { ThemeType } from "./constants";
// TODO: default
const ColorTheme = forwardRef((props, ref) => {
switch (props.type) {
case ThemeType.Button: {