upd: replace more hardcoded radius values
This commit is contained in:
@@ -129,7 +129,7 @@ watch(v, () => {
|
||||
|
||||
.focused.codeEditorRoot {
|
||||
border-color: var(--accent) !important;
|
||||
border-radius: 6px;
|
||||
border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
.codeEditorScroller {
|
||||
|
||||
Reference in New Issue
Block a user