-
Notifications
You must be signed in to change notification settings - Fork 140
Fix: Themed Modal #1086
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
base: master
Are you sure you want to change the base?
Fix: Themed Modal #1086
Conversation
Signed-off-by: vr-varad <varadgupta21@gmail.com>
@vr-varad get people to review. Neither @FaheemOnHub nor @vishalvivekm have responded here for the past 24 hours, so you’re going to have to chase them down. |
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.
this approach of passing the style to sistent modals , looks good as theme colors are not defined in sistent and also the changes are minor.
@@ -68,6 +68,9 @@ interface UserInviteModalProps { | |||
}; | |||
isAssignUserRolesAllowed: boolean; | |||
useLazyGetTeamsQuery: any; | |||
|
|||
/* eslint-disable @typescript-eslint/no-explicit-any */ |
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.
Why is this best practice being ignored?
src/custom/Modal/index.tsx
Outdated
: darkModalGradient.fotter | ||
? theme.palette.mode === 'light' | ||
? lightModalGradient.fotter | ||
: darkModalGradient.fotter |
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.
Footer is misspelled?
This approach isn't ideal. |
Notes for Reviewers
This PR fixes keeps all changes for themed Modal to sistent.
Signed commits