Skip to content

Commit

Permalink
fix: replace solo-inverted with variant
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jun 29, 2023
1 parent 3e53688 commit 359d42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const inputs = {
rounded: false,
shaped: false,
solo: { name: 'variant', value: 'solo' },
soloInverted: false,
soloInverted: { name: 'variant', value: 'solo-inverted' },
success: false,
successMessages: false,
validateOnBlur: { name: 'validate-on', value: 'blur' },
Expand Down

0 comments on commit 359d42e

Please sign in to comment.