1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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": {
"@budibase/bbui": "^1.15.4",
"@budibase/bbui": "^1.15.7",
"@budibase/client": "^0.1.1",
"@nx-js/compiler-util": "^2.0.0",
"codemirror": "^5.51.0",
@ -110,4 +110,4 @@
"svelte-jester": "^1.0.6"
},
"gitHead": "115189f72a850bfb52b65ec61d932531bf327072"
}
}

View file

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