mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -650,7 +650,7 @@ function ExploreViewContainer(props) {
|
||||
transform: rotate(-90deg);
|
||||
`}
|
||||
className="collapse-icon"
|
||||
iconColor={theme.colors.primary.base}
|
||||
iconColor={theme.colorPrimary}
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
@@ -679,7 +679,7 @@ function ExploreViewContainer(props) {
|
||||
transform: rotate(90deg);
|
||||
`}
|
||||
className="collapse-icon"
|
||||
iconColor={theme.colors.primary.base}
|
||||
iconColor={theme.colorPrimary}
|
||||
/>
|
||||
</Tooltip>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user