remove bg-muted on target sep

This commit is contained in:
miloschwartz
2025-12-04 22:11:08 -05:00
parent b1b0702886
commit 8ee4ee7baf
2 changed files with 4 additions and 4 deletions

View File

@@ -1137,7 +1137,7 @@ export default function ReverseProxyTargets(props: {
)} )}
{resource.http && ( {resource.http && (
<div className="flex items-center justify-center bg-muted px-2 h-9"> <div className="flex items-center justify-center px-2 h-9">
{"://"} {"://"}
</div> </div>
)} )}
@@ -1185,7 +1185,7 @@ export default function ReverseProxyTargets(props: {
} }
}} }}
/> />
<div className="flex items-center justify-center bg-muted px-2 h-9"> <div className="flex items-center justify-center px-2 h-9">
{":"} {":"}
</div> </div>
<Input <Input

View File

@@ -1040,7 +1040,7 @@ export default function Page() {
)} )}
{isHttp && ( {isHttp && (
<div className="flex items-center justify-center bg-muted px-2 h-9"> <div className="flex items-center justify-center px-2 h-9">
{"://"} {"://"}
</div> </div>
)} )}
@@ -1088,7 +1088,7 @@ export default function Page() {
} }
}} }}
/> />
<div className="flex items-center justify-center bg-muted px-2 h-9"> <div className="flex items-center justify-center px-2 h-9">
{":"} {":"}
</div> </div>
<Input <Input