From f0480cdd92758058dcb452834af099c089a0c45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pol=20Amor=C3=B3s?= Date: Thu, 24 Aug 2023 15:23:16 +0200 Subject: [PATCH] feat(console): remove theme toggle for playground (#3952) Removes the theme toggle from the footer for the playground layout. Before image After 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/layout/layout-provider.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/wing-console/console/ui/src/layout/layout-provider.tsx b/apps/wing-console/console/ui/src/layout/layout-provider.tsx index 81b9e8e06bf..8af50a15386 100644 --- a/apps/wing-console/console/ui/src/layout/layout-provider.tsx +++ b/apps/wing-console/console/ui/src/layout/layout-provider.tsx @@ -39,6 +39,9 @@ export function LayoutProvider({ }, ], }, + statusBar: { + showThemeToggle: false, + }, panels: { rounded: false, },