input styles
This commit is contained in:
parent
84a4236466
commit
cc183ae46f
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export const KnowledgeSearchInput = () => {
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
className={cn(
|
className={cn(
|
||||||
"h-full rounded !px-1.5 !py-0 hidden group-focus-within/input:block",
|
"h-full rounded-sm !px-1.5 !py-0 hidden group-focus-within/input:block",
|
||||||
searchQueryInput && "block"
|
searchQueryInput && "block"
|
||||||
)}
|
)}
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue