Skip to content

Commit

Permalink
chore(modalbody): fix description of noPadding props
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Keselman committed Oct 16, 2020
1 parent 3441474 commit d18600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-ui/components/Modal/ModalBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { jsStyles } from './Modal.styles';

export interface ModalBodyProps {
/**
* убирает отступы справа и слева
* убирает отступы
*/
noPadding?: boolean;
}
Expand Down

0 comments on commit d18600e

Please sign in to comment.