abhay-raizada / nostr-forms

A forms application, built on top of nostr
https://formstr.app
MIT License
50 stars 14 forks source link

Implement Theming support through antd ConfigProvider #75

Open rramaa opened 11 months ago

rramaa commented 11 months ago

https://ant.design/docs/react/customize-theme

As part of this task, we need to remove all of the colours used in the new design and only use the theme variables which can be for example:

  1. colorPrimary
  2. colorSecondary
  3. borderRadius
  4. {some custom variable name}

This way we would be able to provide custom thumbing support very easily and also would not need to override styles