input styles

This commit is contained in:
Cole Goldsmith 2025-10-07 10:53:42 -05:00
parent 84a4236466
commit cc183ae46f

View file

@ -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"