Skip to content

Commit

Permalink
fix(Button): import Tappable.module.css (#7734)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Oct 10, 2024
1 parent aa96eb1 commit fcf6f8e
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 @@ -7,6 +7,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 fcf6f8e

Please sign in to comment.