Skip to content

Commit

Permalink
fix(DateInput): import Typography.module.css for reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon committed Mar 5, 2024
1 parent 54624b8 commit 43fd401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/DateInput/DateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { InputLike } from '../InputLike/InputLike';
import { InputLikeDivider } from '../InputLike/InputLikeDivider';
import { Popper } from '../Popper/Popper';
import { Text } from '../Typography/Text/Text';
import '../Typography/Typography.module.css'; // Reorder css (см. https://github.com/VKCOM/VKUI/pull/6649)
import '../InputLike/InputLike.module.css'; // Reorder css
import styles from './DateInput.module.css';

Expand Down

0 comments on commit 43fd401

Please sign in to comment.