forked from git.gladyson/openmonetis
feat: mudar background da topbar para bg-card com borda inferior
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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-primary h-14 shrink-0 flex items-center shadow-md">
|
<header className="fixed top-0 left-0 right-0 z-50 bg-card h-14 shrink-0 flex items-center border-b">
|
||||||
<div className="w-full max-w-8xl mx-auto px-4 flex items-center gap-3 h-full">
|
<div className="w-full max-w-8xl mx-auto px-4 flex items-center gap-3 h-full">
|
||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user