vedantprajapati commented on code in PR #33002: URL: https://github.com/apache/superset/pull/33002#discussion_r2196118306
########## superset-frontend/packages/superset-ui-core/src/components/Dropdown/index.tsx: ########## @@ -110,8 +110,61 @@ export const NoAnimationDropdown = (props: NoAnimationDropdownProps) => { ); }; +const CustomDropdownButton = (props: ButtonProps & DropdownProps) => { Review Comment: speak of the devil I was looking into just that 😆 I think i got the DropdownButton component to work. let me touch up the spacing and hopefully this will be better. fyi this doesnt make any change to the core superset ui components <img width="283" alt="image" src="https://github.com/user-attachments/assets/3da660d2-7661-4fa2-b751-20cc2f25e8d6" /> -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org