mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix(sql-editor): Fix run stop button color to improve usability (#23892)
Co-authored-by: aadhikari <aadhikari@apple.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export const RunQueryButton = ({
|
||||
}: RunQueryButtonProps) =>
|
||||
loading ? (
|
||||
<Button onClick={onStop} buttonStyle="warning" disabled={!canStopQuery}>
|
||||
<i className="fa fa-stop-circle-o" /> {t('Stop')}
|
||||
<i className="fa fa-stop" /> {t('Stop')}
|
||||
</Button>
|
||||
) : (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user