dark mode for tools

This commit is contained in:
JzoNg
2024-12-13 13:10:13 +08:00
parent a0e999e438
commit 5c98f1a5aa
32 changed files with 244 additions and 263 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}