remove border from thumb

This commit is contained in:
Mikayla Maki 2023-05-22 14:56:35 -07:00
parent 11eb9b17c9
commit 5dfb0e3691
No known key found for this signature in database

View file

@ -245,6 +245,10 @@ export default function editor(colorScheme: ColorScheme) {
border: { border: {
width: 1, width: 1,
color: borderColor(layer, "variant"), color: borderColor(layer, "variant"),
top: false,
right: true,
left: true,
bottom: false,
}, },
}, },
git: { git: {