Feat: new entry point for app creation (#10847)

This commit is contained in:
NFish 2024-12-13 17:29:09 +08:00 committed by GitHub
commit a725b8bb6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 1368 additions and 592 deletions

View file

@ -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}