corrects background on general tab and bumps bbui version

This commit is contained in:
kevmodrome 2020-07-10 09:22:36 +02:00
parent af04b840a3
commit 40835eae67
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@budibase/bbui": "^1.15.4", "@budibase/bbui": "^1.15.7",
"@budibase/client": "^0.1.1", "@budibase/client": "^0.1.1",
"@nx-js/compiler-util": "^2.0.0", "@nx-js/compiler-util": "^2.0.0",
"codemirror": "^5.51.0", "codemirror": "^5.51.0",

View File

@ -40,11 +40,11 @@
<style> <style>
.container { .container {
display: grid; display: grid;
grid-gap: var(--space); grid-gap: 16px;
} }
.background { .background {
border-radius: 5px; border-radius: 5px;
background-color: var(--light-grey); background-color: var(--grey-1);
padding: 12px 12px 18px 12px; padding: 12px 12px 18px 12px;
} }
</style> </style>