Skip to content

Commit 96db5f3

Browse files
authored
Fix: Search UI for Env Type (#125)
* Fixed Search UI for Env/Dev path * removed white space
1 parent cd55188 commit 96db5f3

File tree

1 file changed

+1
-1
lines changed
  • frontend/app/[team]/apps/[app]/environments/[environment]

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export default function Environment({
533533
</div>
534534

535535
<div className="flex items-center w-full justify-between border-b border-zinc-300 dark:border-zinc-700 pb-4">
536-
<div className="relative flex items-center bg-white dark:bg-zinc-800 rounded-md px-2">
536+
<div className="relative flex items-center bg-zinc-100 dark:bg-zinc-800 rounded-md px-2">
537537
<div className="">
538538
<FaSearch className="text-neutral-500" />
539539
</div>

0 commit comments

Comments
 (0)