jbonofre commented on code in PR #219:
URL: https://github.com/apache/polaris-tools/pull/219#discussion_r3334269420


##########
console/src/components/layout/Header.tsx:
##########
@@ -61,17 +61,21 @@ export function Header({ onSearchOpen }: HeaderProps) {
   const initials = getInitials(displayName)
 
   return (
-    <header className="flex h-16 items-center justify-between border-b 
bg-background px-6">
+    <header className="flex h-14 items-center justify-between bg-white px-6 
shadow-[0_1px_0_0_hsl(var(--border))]">

Review Comment:
   Good catch — switched to `bg-background` so the header follows the active 
theme. Fixed in 1375e52.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to