mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: various theme-related tweaks and touches (#33372)
This commit is contained in:
committed by
GitHub
parent
89424894f3
commit
fc031ca35b
@@ -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;
|
||||
`}
|
||||
`;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user