fix(SubmitBar): remove redundant theme types (#12031)

This commit is contained in:
ShuGang Zhou 2023-06-27 21:27:16 +08:00 committed by GitHub
parent fce31b5ef1
commit 6497950900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ export type SubmitBarThemeVars = {
submitBarPriceFontSize?: string;
submitBarPriceIntegerFontSize?: string;
submitBarPriceFont?: string;
submitBarCurrencyFontSize?: string;
submitBarTextColor?: string;
submitBarTextFontSize?: string;
submitBarTipPadding?: string;