Skip to content

Commit

Permalink
fix: modal: fix styling of modal header (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored May 27, 2022
1 parent 12baf01 commit c02e109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const Modal: FC<ModalProps> = React.forwardRef(

const headerClasses: string = mergeClasses([
styles.header,
'header4',
headerClassNames,
]);

Expand Down

0 comments on commit c02e109

Please sign in to comment.