Browse Source
fix: corrects border radii on some elements in the users and api keys panels
pull/431/head
kevmodrome
6 years ago
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
2 changed files with
6 additions and
1 deletions
-
packages/builder/package.json
-
packages/builder/src/components/settings/tabs/Users.svelte
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -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; |
|
|
|
|