mirror of
https://github.com/apache/superset.git
synced 2026-06-03 14:49:23 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -222,7 +222,7 @@ const QueryTable = ({
|
||||
config: {
|
||||
icon: (
|
||||
<Icons.LoadingOutlined
|
||||
iconColor={theme.colors.primary.base}
|
||||
iconColor={theme.colorPrimary}
|
||||
iconSize="m"
|
||||
/>
|
||||
),
|
||||
@@ -272,7 +272,7 @@ const QueryTable = ({
|
||||
buttonStyle="link"
|
||||
onClick={() => openQuery(q.queryId)}
|
||||
>
|
||||
<Icons.Full iconSize="m" iconColor={theme.colors.primary.dark1} />
|
||||
<Icons.Full iconSize="m" iconColor={theme.colorPrimary} />
|
||||
{t('Edit')}
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user