We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab20a4 commit 044f3c1Copy full SHA for 044f3c1
packages/sanity/src/core/perspective/navbar/PerspectiveLayerIndicator.tsx
@@ -33,7 +33,7 @@ export const GlobalPerspectiveMenuItemIndicator = styled.div<{
33
bottom: -var(--indicator-bottom);
34
width: var(--indicator-width);
35
height: ${$isDraft ? 'calc(var(--indicator-bottom) + 12px)' : 'var(--indicator-bottom)'};
36
- background-color: var(--indicator-color);
+ background-color: var(--card-border-color);
37
}
38
`}
39
@@ -49,7 +49,7 @@ export const GlobalPerspectiveMenuItemIndicator = styled.div<{
49
position: absolute;
50
left: var(--indicator-left);
51
52
53
54
55
&:before {
0 commit comments