Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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
- }
- }
|