mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
fix(Button): loading color (#4786)
This commit is contained in:
@@ -111,7 +111,7 @@ function Button(
|
||||
class={bem('loading')}
|
||||
size={props.loadingSize}
|
||||
type={props.loadingType}
|
||||
color={type === 'default' ? undefined : ''}
|
||||
color="currentColor"
|
||||
/>
|
||||
);
|
||||
} else if (icon) {
|
||||
|
Reference in New Issue
Block a user