File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
127
127
< div className = "ml-auto flex items-center space-x-2" >
128
128
< div className = "relative flex items-center space-x-1" >
129
129
< Button variant = "ghost" size = "icon" className = "group h-9 w-9 cursor-pointer" >
130
- < Search className = "h-5 w -5 opacity-80 group-hover:opacity-100" />
130
+ < Search className = "!size -5 opacity-80 group-hover:opacity-100" />
131
131
</ Button >
132
132
< div className = "hidden lg:flex" >
133
133
{ rightNavItems . map ( ( item ) => (
@@ -141,9 +141,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
141
141
className = "group text-accent-foreground ring-offset-background hover:bg-accent hover:text-accent-foreground focus-visible:ring-ring ml-1 inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50"
142
142
>
143
143
< span className = "sr-only" > { item . title } </ span >
144
- { item . icon && (
145
- < Icon iconNode = { item . icon } className = "h-4 w-4 opacity-80 group-hover:opacity-100" />
146
- ) }
144
+ { item . icon && < Icon iconNode = { item . icon } className = "size-5 opacity-80 group-hover:opacity-100" /> }
147
145
</ a >
148
146
</ TooltipTrigger >
149
147
< TooltipContent >
You can’t perform that action at this time.
0 commit comments