mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -89,7 +89,7 @@ export const Styles = styled.div`
|
||||
}
|
||||
|
||||
table.pvtTable tr th.active {
|
||||
background-color: ${theme.colors.primary.light3};
|
||||
background-color: ${theme.colorPrimaryBg};
|
||||
}
|
||||
|
||||
table.pvtTable .pvtTotalLabel {
|
||||
@@ -102,7 +102,7 @@ export const Styles = styled.div`
|
||||
}
|
||||
|
||||
table.pvtTable tbody tr td {
|
||||
color: ${theme.colors.primary.dark2};
|
||||
color: ${theme.colorPrimaryText};
|
||||
padding: ${theme.sizeUnit}px;
|
||||
background-color: ${theme.colors.grayscale.light5};
|
||||
border-top: 1px solid ${theme.colors.grayscale.light2};
|
||||
@@ -138,7 +138,7 @@ export const Styles = styled.div`
|
||||
}
|
||||
|
||||
.hoverable:hover {
|
||||
background-color: ${theme.colors.primary.light4};
|
||||
background-color: ${theme.colorPrimaryBgHover};
|
||||
cursor: pointer;
|
||||
}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user