Skip to content

Commit 044f3c1

Browse files
authoredMar 18, 2025··
refactor(core): updated background for the indicator (#8971)
1 parent 0ab20a4 commit 044f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/sanity/src/core/perspective/navbar/PerspectiveLayerIndicator.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const GlobalPerspectiveMenuItemIndicator = styled.div<{
3333
bottom: -var(--indicator-bottom);
3434
width: var(--indicator-width);
3535
height: ${$isDraft ? 'calc(var(--indicator-bottom) + 12px)' : 'var(--indicator-bottom)'};
36-
background-color: var(--indicator-color);
36+
background-color: var(--card-border-color);
3737
}
3838
`}
3939
@@ -49,7 +49,7 @@ export const GlobalPerspectiveMenuItemIndicator = styled.div<{
4949
position: absolute;
5050
left: var(--indicator-left);
5151
width: var(--indicator-width);
52-
background-color: var(--indicator-color);
52+
background-color: var(--card-border-color);
5353
}
5454
5555
&:before {

0 commit comments

Comments
 (0)
Please sign in to comment.