mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -43,7 +43,7 @@ export const RunQueryButton = ({
|
||||
const theme = useTheme();
|
||||
return loading ? (
|
||||
<Button onClick={onStop} buttonStyle="danger" disabled={!canStopQuery}>
|
||||
<Icons.Square iconSize="xs" iconColor={theme.colors.primary.light5} />
|
||||
<Icons.Square iconSize="xs" iconColor={theme.colorIcon} />
|
||||
{t('Stop')}
|
||||
</Button>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user