Skip to content

Commit

Permalink
removed margin-bottom from title
Browse files Browse the repository at this point in the history
  • Loading branch information
Corepex committed Feb 22, 2024
1 parent 190a3a2 commit 77152c5
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions assets/js/src/components/modal/modal.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ export const useStyle = createStyles(({ token, css }) => {
align-items: start;
gap: ${token.marginSM}px;
.ant-modal-title {
font-size: 16px;
font-weight: 900;
line-height: 24px;
display: flex;
gap: 4px;
.ant-modal-header {
margin-bottom: 0;
.ant-modal-title {
font-size: 16px;
font-weight: 900;
line-height: 24px;
display: flex;
gap: 4px;
svg {
height: 24px;
width: 24px;
}
svg {
height: 24px;
width: 24px;
}
}
}
.ant-modal-body {
Expand Down

0 comments on commit 77152c5

Please sign in to comment.