Hide console option in view menu (#545)

* Update menuConfig.tsx

* Revert "Update menuConfig.tsx"

This reverts commit 7be28e2a76.

* second attempt

* Update mosaic tree to remove and add the console.

* Added Toggle UI component

* Remove console noise from Toggle component

Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
Co-authored-by: Frank Johnson <frankjohnson1993@gmail.com>
This commit was merged in pull request #545.
This commit is contained in:
Davor Hrg
2021-10-12 10:44:16 +01:00
committed by GitHub
parent 4804c3bfe9
commit 549217e953
5 changed files with 129 additions and 15 deletions

View File

@@ -98,6 +98,9 @@ module.exports = {
minHeight: {
md: '28rem',
},
outline: {
gray: ['2px solid #3B3E4B', '8px'],
},
skew: {
'-20': '-20deg',
},