fix: DeckGL legend layout (#30140)

This commit is contained in:
Michael S. Molina 2024-09-03 18:50:21 -03:00 committed by GitHub
parent 2b27e9eda1
commit af066a4630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -40,11 +40,13 @@ const StyledLegend = styled.div`
margin: 0;
& li a {
display: flex;
color: ${theme.colors.grayscale.base};
text-decoration: none;
padding: ${theme.gridUnit}px 0;
& span {
margin-right: ${theme.gridUnit * 3}px;
margin-right: ${theme.gridUnit}px;
}
}
}