fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -44,7 +44,9 @@ const typographyConfig = {
|
||||
variants: {
|
||||
typography: config.variants.variant,
|
||||
},
|
||||
defaultVariants: config.defaultVariants,
|
||||
defaultVariants: {
|
||||
typography: config.defaultVariants.variant,
|
||||
},
|
||||
} as const
|
||||
|
||||
export function withTypography<T>(config: T) {
|
||||
|
||||
Reference in New Issue
Block a user