fix: various theme-related tweaks and touches (#33372)

This commit is contained in:
Maxime Beauchemin
2025-05-06 09:08:48 -07:00
committed by GitHub
parent 89424894f3
commit fc031ca35b
43 changed files with 86 additions and 123 deletions

View File

@@ -60,7 +60,7 @@ const SymbolWrapper = styled.span<PopKPIComparisonSymbolStyleProps>`
background-color: ${backgroundColor};
color: ${textColor};
padding: ${theme.sizeUnit}px ${theme.sizeUnit * 2}px;
border-radius: ${theme.sizeUnit * 2}px;
border-radius: ${theme.borderRadius}px;
margin-right: ${theme.sizeUnit}px;
`}
`;

View File

@@ -396,7 +396,7 @@ export default styled(BigNumberVis)`
margin: -0.5em 0 0.4em;
line-height: 1;
padding: ${theme.sizeUnit}px;
border-radius: ${theme.sizeUnit}px;
border-radius: ${theme.borderRadius}px;
}
}