ChangePasswordDialog is missing BLUI class names #600
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
Describe the bug / expected behavior
The ChangePassword dialog does not have any
BluiXXX-xxx
classNames on the structural elements, making it impossible to do any style overriding that targets this particular component only.What are the steps to reproduce?
Suggested fix
Use the
useUtilityClasses
construction that we use in other components to generate the set of classes for various structural elements in the dialog.Anything else to add?
This was observed in the ChangePasswordDialog, but may be an issue in other components as well. Check elsewhere when fixing this to see if there are other areas that need the same update,
The text was updated successfully, but these errors were encountered: