Skip to content

Commit

Permalink
fix: modal header close button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeottens committed Jul 22, 2024
1 parent f4a66d4 commit 31865cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "15.1.7",
"version": "15.1.8",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/modal/modal-header/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { borderBottom, margin, padding } from '../../../utils';

export const StyledModalHeader = themedWithStyle(ModalHeader, ({ $theme }) => ({
...margin('0'),
...padding($theme.sizing.scale550, $theme.sizing.scale1200),
...padding($theme.sizing.scale550, $theme.sizing.scale2400, $theme.sizing.scale550, $theme.sizing.scale1200),
...borderBottom({
...$theme.borders.border300,
borderColor: $theme.customColors.light3,
Expand Down

0 comments on commit 31865cf

Please sign in to comment.