sync: update from private repo (d8074a7)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-05 06:05:30 +00:00
parent a44f6b41e2
commit e00ea9fb0c
91 changed files with 530 additions and 257 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ export function NavDrawer({
tabIndex={-1}
onKeyDown={onPanelKeyDown}
{...(!open && { inert: '' })}
className={`fixed left-0 top-0 bottom-0 z-50 w-[min(280px,80vw)] bg-white shadow-xl flex flex-col motion-safe:transition-transform duration-200 ease-out ${
className={`fixed left-0 top-0 bottom-0 z-50 w-[min(280px,80vw)] bg-surface shadow-xl flex flex-col motion-safe:transition-transform duration-200 ease-out ${
open ? 'translate-x-0' : '-translate-x-full'
}`}
style={{
+1 -1
View File
@@ -74,7 +74,7 @@ export function TopBar({
return (
<div
className="flex-shrink-0 bg-white border-b border-hairline px-4 flex items-center"
className="flex-shrink-0 bg-canvas border-b border-hairline px-4 flex items-center"
style={{
paddingTop: 'env(safe-area-inset-top, 0px)',
minHeight: 'calc(48px + env(safe-area-inset-top, 0px))',