Skip to content

Commit

Permalink
fix(Dialog): remove left padding from header in desktop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexiewenting committed Oct 7, 2024
1 parent f1a7ce3 commit 88453b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dialog/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
padding-top: var(--space-xl);
padding-bottom: var(--space-xxs);
border-radius: 0;
padding-left: 0;
padding-right: 0;

h4 {
font-size: var(--font-size-l);
Expand Down

0 comments on commit 88453b6

Please sign in to comment.