Skip to content

Commit

Permalink
fix: support strong ui for dropdown (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Jul 8, 2021
1 parent 04bae60 commit 07f9040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/veui-theme-dls/components/Dropdown.js
Expand Up @@ -14,7 +14,7 @@ config.defaults(
default: 'm'
},
style: {
values: ['primary', 'basic', 'normal'],
values: ['primary', 'basic', 'normal', 'strong'],
default: 'basic',
inherit: true
},
Expand Down

0 comments on commit 07f9040

Please sign in to comment.