Skip to content

Commit

Permalink
fixed alert text (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 authored Aug 27, 2024
1 parent 3fc79d0 commit 669452a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blocks/alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ const RightContainer = styled.div`
`;

const Heading = styled.p`
white-space: break-spaces;
${() => getTextVariantStyles('h5-semibold', 'components-alert-text-default')}
`;

const Description = styled.p`
white-space: break-spaces;
${() => getTextVariantStyles('bs-regular', 'components-alert-text-body')}
`;

Expand Down

0 comments on commit 669452a

Please sign in to comment.