Feat: new entry point for app creation (#10847)
This commit is contained in:
@@ -17,7 +17,7 @@ const HeaderWrapper = ({
|
||||
<div className={classNames(
|
||||
'sticky top-0 left-0 right-0 z-30 flex flex-col grow-0 shrink-0 basis-auto min-h-[56px]',
|
||||
s.header,
|
||||
isBordered ? 'border-b border-gray-200' : '',
|
||||
isBordered ? 'border-b border-divider-regular' : '',
|
||||
)}
|
||||
>
|
||||
{children}
|
||||
|
Reference in New Issue
Block a user