Skip to content

Commit d98f089

Browse files
committed
fix: Search UI for light theme
1 parent b05173d commit d98f089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/[team]/apps/[app]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export default function Secrets({ params }: { params: { team: string; app: strin
399399
</div>
400400

401401
<div className="flex items-center w-full justify-between border-b border-zinc-300 dark:border-zinc-700 pb-4">
402-
<div className="relative flex items-center bg-white dark:bg-zinc-800 rounded-md px-2">
402+
<div className="relative flex items-center bg-zinc-100 dark:bg-zinc-800 rounded-md px-2">
403403
<div className="">
404404
<FaSearch className="text-neutral-500" />
405405
</div>

0 commit comments

Comments
 (0)