mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
fix(theming): Fix visual regressions from theming P7 (#34237)
This commit is contained in:
@@ -485,7 +485,12 @@ const ColumnSelectPopover = ({
|
||||
/>
|
||||
|
||||
<div>
|
||||
<Button buttonSize="small" onClick={onResetStateAndClose} cta>
|
||||
<Button
|
||||
buttonSize="small"
|
||||
buttonStyle="secondary"
|
||||
onClick={onResetStateAndClose}
|
||||
cta
|
||||
>
|
||||
{t('Close')}
|
||||
</Button>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user