From 9362df6db09be7fb27e71130bbf21e735f6d0736 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Thu, 11 Dec 2025 14:00:22 +0530 Subject: [PATCH] chore: improvements --- apps/web/core/components/navigation/top-nav-power-k.tsx | 8 ++++---- .../favorite-items/common/favorite-item-wrapper.tsx | 2 +- .../workspace/sidebar/favorites/favorite-items/root.tsx | 2 +- .../workspace/sidebar/favorites/favorites-menu.tsx | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/web/core/components/navigation/top-nav-power-k.tsx b/apps/web/core/components/navigation/top-nav-power-k.tsx index c623985e76e..b4e9bacb0cc 100644 --- a/apps/web/core/components/navigation/top-nav-power-k.tsx +++ b/apps/web/core/components/navigation/top-nav-power-k.tsx @@ -209,15 +209,15 @@ export const TopNavPowerK = observer(() => { >
inputRef.current?.focus()} role="button" > - + { onFocus={handleFocus} onKeyDown={handleKeyDown} placeholder="Search commands..." - className="flex-1 bg-transparent text-13 text-primary placeholder-custom-text-350 outline-none min-w-0" + className="flex-1 bg-transparent text-13 text-primary placeholder-text-placeholder outline-none min-w-0" /> {searchTerm && (