-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/521 override dialog styles #532
Conversation
Visit the preview URL for this PR (updated for commit dc01f3d): https://blui-react-login--pr532-fix-521-override-dia-p6bpsekg.web.app (expires Wed, 20 Dec 2023 06:59:02 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look good. not sure if this is a fixed in change log since it wasn't a requirement from the initial implementation.
Sure jeff will remove it. @surajeaton , any suggestions? |
…into fix/521-override-dialog-styles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Fixes 521 .
Changes proposed in this Pull Request:
sx
prop to dialogConfigScreenshots / Screen Recording (if applicable)
To Test:
login-workflow/example/src/screens/Login.tsx
<LoginScreen projectImage={<img src={EatonLogo} alt="logo" style={{ maxHeight: 80 }} />} header={<DebugComponent />} errorDisplayConfig={{ mode: 'dialog', messageBoxConfig: { dismissible: true, position: 'top', sx: { backgroundColor: 'green' }, }, dialogConfig: { title: 'Change Title Color', sx: { '& .MuiTypography-h6': { color: 'red', }, }, }, }} />
Any specific feedback you are looking for?