Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dark theme #47

Open
vJaun opened this issue Oct 5, 2020 · 1 comment
Open

Enable dark theme #47

vJaun opened this issue Oct 5, 2020 · 1 comment

Comments

@vJaun
Copy link

vJaun commented Oct 5, 2020

How can I enable dark theme through using craco?

@Rugz007
Copy link

Rugz007 commented Nov 27, 2020

I don't think you need craco for this.

If your project uses CSS, Add this in your CSS
@import '~antd/dist/antd.dark.css';

If you are using Less, use this
@import '~antd/dist/antd.dark.less';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants