Skip to content

Commit

Permalink
fix: modal subtitle padding (xxl)
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Sep 18, 2024
1 parent 2421c5a commit 5794cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-react/src/components/modal/ModalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const ModalSubtitleStyle = styled.div`
font-weight: 400;
line-height: 24px;
margin-top: -${spaceMap.xl}px;
padding: 0 ${spaceMap.xxl}px ${spaceMap.xl}px;
padding: 0 ${spaceMap.xxl}px ${spaceMap.xxl}px;
max-width: ${MAX_INNER_WIDTH}px;
box-sizing: content-box;
Expand Down

0 comments on commit 5794cf9

Please sign in to comment.