We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b05173d + d98f089 commit fc6fb65Copy full SHA for fc6fb65
frontend/app/[team]/apps/[app]/page.tsx
@@ -399,7 +399,7 @@ export default function Secrets({ params }: { params: { team: string; app: strin
399
</div>
400
401
<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">
+ <div className="relative flex items-center bg-zinc-100 dark:bg-zinc-800 rounded-md px-2">
403
<div className="">
404
<FaSearch className="text-neutral-500" />
405
0 commit comments