ant-design / ant-design-examples

Use antd in create-next-app
67 stars 38 forks source link

Theme colorPrimary change is not giving effect to Button component #39

Open mesameen opened 9 months ago

mesameen commented 9 months ago

image

`

theme={{
  token: {
    colorPrimary: "#52c41a",
  }

`

The theme "colorPrimary" changed to "#52c41a" but the same colour isn't applied to the Button component.