Skip to content

Commit

Permalink
fix(ModalHeader): mobile scroll header background
Browse files Browse the repository at this point in the history
  • Loading branch information
oreqizer authored and mainframev committed Nov 23, 2023
1 parent 87f574a commit 93efe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Modal/ModalHeader/index.tsx
Expand Up @@ -104,7 +104,7 @@ const ModalHeader = ({
{title && hasMobileHeader && (
<div
className={cx(
"orbit-modal-mobile-header",
"orbit-modal-mobile-header bg-white-normal",
"font-base font-heading-display text-extra-large text-heading-foreground ps-lg z-overlay invisible fixed end-[48px] start-0 box-border inline-block h-[52px] truncate py-0 pe-0 leading-[52px] opacity-0",
"duration-fast transition-[top,opacity,visibility] ease-in-out",
"lm:start-auto lm:end-auto lm:p-0",
Expand Down

0 comments on commit 93efe38

Please sign in to comment.