This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch buttons_fixes in repository https://gitbox.apache.org/repos/asf/superset.git
commit 2d7c4db91a6e1d8e6e3dcf3ddb6c6c925c3949cd Author: Maxime Beauchemin <[email protected]> AuthorDate: Tue Apr 29 10:24:50 2025 -0700 fix secondary button in Chart Properties Modal --- superset-frontend/src/explore/components/PropertiesModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/explore/components/PropertiesModal/index.tsx b/superset-frontend/src/explore/components/PropertiesModal/index.tsx index d41f7a0715..4d28c64b68 100644 --- a/superset-frontend/src/explore/components/PropertiesModal/index.tsx +++ b/superset-frontend/src/explore/components/PropertiesModal/index.tsx @@ -271,6 +271,7 @@ function PropertiesModal({ htmlType="button" buttonSize="small" onClick={onHide} + buttonStyle="secondary" cta > {t('Cancel')}
