Skip to content

Commit

Permalink
[fix] Fix map attribution color (#2314)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Sep 18, 2023
1 parent 090ef0b commit e051eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/src/common/styled-components.tsx
Expand Up @@ -556,11 +556,11 @@ export const StyledAttrbution = styled.div.attrs({
a,
.pipe-separator {
margin-right: 2px;
color: ${props => props.theme.labelColor};
}
.pipe-separator {
text-decoration: none;
color: ${props => props.theme.labelColor};
}
}
Expand Down

0 comments on commit e051eb5

Please sign in to comment.