mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +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:
@@ -146,7 +146,9 @@ const RunQueryActionButton = ({
|
||||
),
|
||||
trigger: 'click',
|
||||
}
|
||||
: { buttonStyle: 'primary' })}
|
||||
: {
|
||||
buttonStyle: shouldShowStopBtn ? 'warning' : 'primary',
|
||||
})}
|
||||
>
|
||||
{buildText(shouldShowStopBtn, selectedText)}
|
||||
</ButtonComponent>
|
||||
|
||||
Reference in New Issue
Block a user