Skip to content

Commit

Permalink
fix(Button): import Tappable.module.css (#7734) (#7735)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Oct 10, 2024
1 parent a0fd632 commit fe2edab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { usePlatform } from '../../hooks/usePlatform';
import type { HasAlign } from '../../types';
import { Spinner } from '../Spinner/Spinner';
import { Tappable, type TappableProps } from '../Tappable/Tappable';
import '../Tappable/Tappable.module.css';
import '../Spinner/Spinner.module.css';
import styles from './Button.module.css';

Expand Down

0 comments on commit fe2edab

Please sign in to comment.