style(Picker): update action button color (#6214)

* style(Picker): update action button color

* test: update snapshot
This commit is contained in:
neverland
2020-05-05 09:34:28 +08:00
committed by GitHub
parent 7effb7cf6c
commit 5b0dff9dae
14 changed files with 157 additions and 212 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ export default createComponent({
genToolbar() {
if (this.showToolbar) {
return (
<div class={[BORDER_TOP_BOTTOM, bem('toolbar')]}>
<div class={bem('toolbar')}>
{this.slots() || [
<button type="button" class={bem('cancel')} onClick={this.cancel}>
{this.cancelButtonText || t('cancel')}