-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(front): modal project #99
base: dev
Are you sure you want to change the base?
Conversation
db83a4f
to
344cd9e
Compare
z-index: ${({ theme }) => theme.modalContentZ}; | ||
`; | ||
|
||
const ModalContent = styled.div` |
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.
Use StyledModalContent
instead of a simple div.
onClose: () => void; | ||
} | ||
|
||
const StyledModalContainer = styled(Modal)` |
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.
We should find out how to leverage Kepler ModalContainer
instead.
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
4d67e43
to
83f49e0
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
This branch present different Modal template from Datatlas. You can see a description in Modals System #104 It need to connect with the |
About the status of this branch, it seems to be a work in progress rather than being ready to be merge, am I correct ? |
chore(front): màj kepler theme fix
feat(front): project modal style
83f49e0
to
4beb67f
Compare
chore(front): màj kepler theme fix