fix: corrects border radii on some elements in the users and api keys panels
This commit is contained in:
parent
f104b4207d
commit
d821962ca2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue