You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- /*This file is created with the purpose of overwrite default antd theme*/
- import 'antd/es/theme/interface';
-
- declare module 'antd/es/theme/interface' {
- interface GlobalToken {
- colorPrimary2?: string;
- colorPrimary3?: string;
- colorSecondary?: string;
- // Add any other custom tokens here
- }
- }
|