adding custom class names should not remove default class names
andreaswilli opened this issue · 1 comments
andreaswilli commented
Specifying class names like this
<VerificationInput
inputProps={{ className: 'custom-class' }}
containerProps={{ className: 'custom-class' }}
/>
overwrites the default class names of these elements, which messes up the component styles.
see discusstion in #77 (comment)
andreaswilli commented
Fixed in 3.1.1