From ab723fa01dbb972013dd7ebaa80ad92c07c13567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pol=20Amor=C3=B3s?= Date: Sun, 20 Aug 2023 14:44:09 +0200 Subject: [PATCH] feat(console): improve vs-code theme sync (#3865) Edge metadata panel is not showing the correct background color. image vs image *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- apps/wing-console/console/ui/src/ui/edge-metadata.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wing-console/console/ui/src/ui/edge-metadata.tsx b/apps/wing-console/console/ui/src/ui/edge-metadata.tsx index b114b61ba07..d3dd46dc762 100644 --- a/apps/wing-console/console/ui/src/ui/edge-metadata.tsx +++ b/apps/wing-console/console/ui/src/ui/edge-metadata.tsx @@ -89,7 +89,7 @@ export const EdgeMetadata = ({ "border-t", theme.border4, "px-2 py-1.5 flex flex-col gap-y-1 gap-x-4", - "bg-slate-100 dark:bg-slate-700 text-slate-900 dark:text-slate-250", + "text-slate-900 dark:text-slate-250", )} >