fix(Button): loading color (#4786)

This commit is contained in:
neverland
2019-10-19 21:15:58 +08:00
committed by GitHub
parent ce8d04fc40
commit 9945d93bde
4 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ function Button(
class={bem('loading')}
size={props.loadingSize}
type={props.loadingType}
color={type === 'default' ? undefined : ''}
color="currentColor"
/>
);
} else if (icon) {