Skip to content

Commit

Permalink
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ export const ModalPageHeader = ({
...restProps
}: ModalPageHeaderProps) => {
const platform = usePlatform();
const { isDesktop } = useAdaptivityWithJSMediaQueries();
const { isDesktop, sizeX } = useAdaptivityWithJSMediaQueries();
const { labelId } = React.useContext(ModalPageContext);

return (
@@ -54,7 +54,7 @@ export const ModalPageHeader = ({
>
{children}
</PanelHeader>
{!noSeparator && <Separator wide />}
{!noSeparator && <Separator wide={sizeX === 'regular'} />}
</div>
);
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c79e53

Please sign in to comment.