chore: reset a style (#36414)

This commit is contained in:
MadCcc 2022-07-07 16:56:04 +08:00 committed by GitHub
parent eb8835fe29
commit 6a0b90c8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,9 @@ export const resetComponent = (token: DerivativeToken): CSSObject => ({
lineHeight: token.lineHeight,
listStyle: 'none',
// font-feature-settings: @font-feature-settings-base;
a: {
textDecoration: 'none',
},
});
export const resetIcon = (): CSSObject => ({