1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13: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 9b23d9eb51
commit a664f622d9
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>