File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
125125
126126 < div className = "ml-auto flex items-center space-x-2" >
127127 < div className = "relative flex items-center space-x-1" >
128- < Button variant = "ghost" size = "icon" className = "h-9 w-9 cursor-pointer" >
129- < Search className = "h-5 w-5" />
128+ < Button variant = "ghost" size = "icon" className = "h-9 w-9 cursor-pointer group " >
129+ < Search className = "h-5 w-5 group-hover:opacity-100 opacity-80 " />
130130 </ Button >
131131 < div className = "hidden space-x-1 lg:flex" >
132132 { rightNavItems . map ( ( item ) => (
@@ -137,10 +137,10 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
137137 href = { item . url }
138138 target = "_blank"
139139 rel = "noopener noreferrer"
140- className = "inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium ring-offset-background transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
140+ className = "inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium ring-offset-background text-accent-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 group focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
141141 >
142142 < span className = "sr-only" > { item . title } </ span >
143- { item . icon && < Icon iconNode = { item . icon } className = "h-5 w-5 " /> }
143+ { item . icon && < Icon iconNode = { item . icon } className = "h-4 w-4 opacity-80 group-hover:opacity-100 " /> }
144144 </ a >
145145 </ TooltipTrigger >
146146 < TooltipContent >
You can’t perform that action at this time.
0 commit comments