Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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
- }
- }
|