chore: remove some of the deprecated theme.colors.* (#34056)

This commit is contained in:
Maxime Beauchemin
2025-07-04 11:39:03 -07:00
committed by GitHub
parent d6ed819fe2
commit 5d6a979cd0
79 changed files with 595 additions and 948 deletions

View File

@@ -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>