Skip to content

Commit 364c527

Browse files
committed
use main base color in border
1 parent 6930365 commit 364c527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/viewers/nearby/stop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ChildStopHeader = styled.div`
3636
}
3737
3838
&:first-of-type {
39-
border-top: 1px solid #999999;
39+
border-top: 1px solid var(--main-base-color);
4040
}
4141
`
4242

0 commit comments

Comments
 (0)