design: bg-card sem borda, shadow-xs sutil

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-22 22:52:01 +00:00
parent fdb5782b8b
commit 274ac61a2b

View File

@@ -29,7 +29,7 @@ export function AppTopbar({
notificationsSnapshot, notificationsSnapshot,
}: AppTopbarProps) { }: AppTopbarProps) {
return ( return (
<header className="fixed top-0 left-0 right-0 z-50 bg-background border-b h-14 shrink-0 flex items-center"> <header className="fixed top-0 left-0 right-0 z-50 bg-card h-14 shrink-0 flex items-center shadow-xs">
<div className="w-full max-w-8xl mx-auto px-4 flex items-center gap-4 h-full"> <div className="w-full max-w-8xl mx-auto px-4 flex items-center gap-4 h-full">
{/* Logo */} {/* Logo */}
<Link <Link