Skip to content

Instantly share code, notes, and snippets.

@chrsi
Last active March 20, 2021 13:27
Theme Switching - Light theme
.light {
@import '~antd/lib/style/themes/default.less';
@import '~antd/dist/antd.less';
@body-background: #FAFAFA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment