feat: 🎨
This commit is contained in:
@@ -72,6 +72,7 @@ const PrimaryPageLayout = forwardRef(
|
||||
>
|
||||
{titlebar && <PrimaryPageTitlebar>{titlebar}</PrimaryPageTitlebar>}
|
||||
{children}
|
||||
<div className="h-4" />
|
||||
</ScrollArea>
|
||||
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
|
||||
</DeepBrowsingProvider>
|
||||
|
||||
@@ -85,6 +85,7 @@ const SecondaryPageLayout = forwardRef(
|
||||
hideBackButton={hideBackButton}
|
||||
/>
|
||||
{children}
|
||||
<div className="h-4" />
|
||||
</ScrollArea>
|
||||
{displayScrollToTopButton && <ScrollToTopButton scrollAreaRef={scrollAreaRef} />}
|
||||
</DeepBrowsingProvider>
|
||||
|
||||
Reference in New Issue
Block a user