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

fix: corrects border radii on some elements in the users and api keys panels

This commit is contained in:
kevmodrome 2020-07-10 09:53:00 +02:00
parent 2b884a68a8
commit c9be2fa2c4
No known key found for this signature in database
GPG key ID: E8F9CD141E63BF38
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -118,6 +118,11 @@
top: 12px;
right: 12px;
}
.create-button :global(button) {
font-size: var(--font-size-sm);
min-width: 100px;
border-radius: var(--rounded-small);
}
.title {
font-size: 14px;
font-weight: 500;