feat(Toast): add @toast-loading-icon-color var (#4782)
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ export default createComponent({
|
||||
}
|
||||
|
||||
if (type === 'loading') {
|
||||
return <Loading class={bem('loading')} color="white" type={loadingType} />;
|
||||
return <Loading class={bem('loading')} type={loadingType} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user