kgabryje commented on code in PR #34869:
URL: https://github.com/apache/superset/pull/34869#discussion_r2306824959
##########
superset-frontend/src/pages/QueryHistoryList/index.tsx:
##########
@@ -201,19 +201,22 @@ function QueryList({ addDangerToast }: QueryListProps) {
statusConfig.label = t('Failed');
} else if (status === QueryState.Running) {
statusConfig.name = (
- <Icons.Running iconColor={theme.colorPrimary} />
Review Comment:
I changed this icon because `running.svg` was our custom icon, not antd, and
it's viewport was very weird, causing the actual path to be very small even
when I set a bigger icon size
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]