Update useStyle.tsx

feature-minimap
Steve Ruiz 2021-09-25 21:54:05 +01:00
rodzic b57dc9e5c3
commit f5d3281c30
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -338,8 +338,7 @@ const tlcss = css`
}
.tl-minimap-viewport {
fill: var(--tl-selectFill);
stroke: var(--tl-selectStroke);
stroke: var(--tl-foreground);
stroke-width: 1;
}
`