fix(v2): refactor icons in theme-classic, fix swizzle issue (#3854)

* fix(v2): refactor icons in theme-classic, fix swizzle issue

* apply review suggestion

* fix IconMenu className
This commit is contained in:
Bartosz Kaszubowski 2020-12-01 17:56:11 +01:00 committed by GitHub
parent 915f949c25
commit 397fde0b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 156 additions and 72 deletions

View file

@ -147,6 +147,9 @@ const swizzleAllowedComponents = [
'Footer',
'NotFound',
'SearchBar',
'IconArrow',
'IconEdit',
'IconMenu',
'hooks/useTheme',
'prism-include-languages',
];