Interface: ThemeOverride
Defined in: shared/types/themeConfig.ts:455
Theme override configuration interface.
Remarksโ
Allows partial overrides of theme configuration.
Propertiesโ
animation?โ
optionalanimation:Partial<AnimationConfig>
Defined in: shared/types/themeConfig.ts:457
Animation overrides
borderRadius?โ
optionalborderRadius:Partial<BorderRadiusConfig>
Defined in: shared/types/themeConfig.ts:459
Border radius overrides
colors?โ
optionalcolors:Partial<ThemeColors>
Defined in: shared/types/themeConfig.ts:461
Color overrides
components?โ
optionalcomponents:Partial<ComponentConfig>
Defined in: shared/types/themeConfig.ts:463
Component overrides
shadows?โ
optionalshadows:Partial<ShadowConfig>
Defined in: shared/types/themeConfig.ts:465
Shadow overrides
spacing?โ
optionalspacing:Partial<SpacingConfig>
Defined in: shared/types/themeConfig.ts:467
Spacing overrides
typography?โ
optionaltypography:Partial<TypographyConfig>
Defined in: shared/types/themeConfig.ts:469
Typography overrides