Skip to content

Commit

Permalink
feat(console): remove theme toggle for playground (#3952)
Browse files Browse the repository at this point in the history
Removes the theme toggle from the footer for the playground layout.

Before
<img width="1512" alt="image" src="https://github.com/winglang/wing/assets/5547636/7989f3c1-b1ad-4453-81db-ebb14a9eb03b">

After
<img width="1512" alt="image" src="https://github.com/winglang/wing/assets/5547636/a3c2b310-b3d4-4d5a-adea-25ae91437526">


*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)*.
polamoros authored Aug 24, 2023
1 parent d5e69bf commit f0480cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/wing-console/console/ui/src/layout/layout-provider.tsx
Original file line number Diff line number Diff line change
@@ -39,6 +39,9 @@ export function LayoutProvider({
},
],
},
statusBar: {
showThemeToggle: false,
},
panels: {
rounded: false,
},

0 comments on commit f0480cd

Please sign in to comment.