From d3f2bb13bb67a67aee7c32cb3e7a5412d67ccc0e Mon Sep 17 00:00:00 2001 From: Daniil Suvorov Date: Mon, 14 Oct 2024 15:06:00 +0300 Subject: [PATCH] fix(cssm): CellButton import SimpleCell css (#7737) --- packages/vkui/src/components/CellButton/CellButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vkui/src/components/CellButton/CellButton.tsx b/packages/vkui/src/components/CellButton/CellButton.tsx index d67b32edf5..fa536651d2 100644 --- a/packages/vkui/src/components/CellButton/CellButton.tsx +++ b/packages/vkui/src/components/CellButton/CellButton.tsx @@ -1,5 +1,6 @@ import { classNames } from '@vkontakte/vkjs'; import { SimpleCell, type SimpleCellProps } from '../SimpleCell/SimpleCell'; +import '../SimpleCell/SimpleCell.module.css'; import styles from './CellButton.module.css'; export const appearanceClassNames = {