GitHub user msyavuz added a comment to the discussion: Styling Secondary 
Buttons using Ant Design Tokens

We are using a heavily customized version of the antd button, there is a 
discussion on simplifying it further but for now i think the token you are 
looking for is `colorPrimaryBg` so something like:
```json
{
  "token": {
    "Button": {
      "colorPrimaryBg": "#ff00ff"
    }
  }
}
```
Should do the trick!

GitHub link: 
https://github.com/apache/superset/discussions/34574#discussioncomment-14026974

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to