mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -48,7 +48,7 @@ const buildText = (
|
||||
if (shouldShowStopButton) {
|
||||
return (
|
||||
<>
|
||||
<Icons.Square iconSize="xs" iconColor={theme.colors.primary.light5} />
|
||||
<Icons.Square iconSize="xs" iconColor={theme.colorIcon} />
|
||||
{t('Stop')}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user