Feat: new entry point for app creation (#10847)
This commit is contained in:
parent
bdfdccd511
commit
a725b8bb6e
93 changed files with 1368 additions and 592 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue