diff --git a/styles/src/styleTree/editor.ts b/styles/src/styleTree/editor.ts index 786f01024248f93f7a35b1e7cb530a0bd627c3db..91c131835913887b86fabe3eb5ef90a5094add8b 100644 --- a/styles/src/styleTree/editor.ts +++ b/styles/src/styleTree/editor.ts @@ -245,6 +245,10 @@ export default function editor(colorScheme: ColorScheme) { border: { width: 1, color: borderColor(layer, "variant"), + top: false, + right: true, + left: true, + bottom: false, }, }, git: {