Skip to content

Commit

Permalink
Code style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 5, 2024
1 parent 670a43e commit 25679e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const Mark = styled.span`
height: 4px;
width: 2px;
transform: translateX( -50% );
background-color: ${ COLORS.white };
background-color: ${ COLORS.ui.background };
z-index: 1;
`;

Expand All @@ -167,7 +167,7 @@ export const MarkLabel = styled.span`
color: ${ COLORS.gray[ 300 ] };
font-size: 11px;
position: absolute;
top: 22px;
top: 8px;
white-space: nowrap;
${ rtl( { left: 0 } ) };
Expand Down

0 comments on commit 25679e2

Please sign in to comment.