mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-08 07:05:08 +02:00
fix search icon alignment
This commit is contained in:
@@ -587,7 +587,9 @@ export default function ResourceLauncher({
|
||||
|
||||
const renderToolbarSearch = (searchClassName: string) => (
|
||||
<div className={cn("relative shrink-0", searchClassName)}>
|
||||
<Search className="absolute left-2.5 top-1/2 -translate-y-1/2 size-4 text-muted-foreground" />
|
||||
<span className="pointer-events-none absolute inset-y-0 left-2 flex items-center">
|
||||
<Search className="size-4 text-muted-foreground" />
|
||||
</span>
|
||||
<Input
|
||||
key={`${activeViewId}-${searchInputResetKey}`}
|
||||
defaultValue={config.query}
|
||||
|
||||
Reference in New Issue
Block a user