Skip to content
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

Revert "fix: z-index modal" #1153

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

mishramonalisha76
Copy link
Contributor

Reverts #1152

@mishramonalisha76 mishramonalisha76 merged commit ad47344 into alpha Mar 6, 2024
Copy link

github-actions bot commented Mar 6, 2024

  • In the Modal component, the import statement for ModalBackgroundType and ModalPositionType is incorrect. It should be imported as follows:
import { MODAL_BACKGROUND_TYPE, MODAL_POSITION_TYPE } from '../../../types';
  • In the ModalHeader component, there is a typo in the prop fontWeight. It should be font-weight instead of fontWeight.

  • In the ModalHeader component, the Image component is not imported. It should be imported as follows:

import { Image } from '../../reusables';
  • The commented section in the ModalParent styled component should be enclosed in /* and */ for proper commenting as shown:
  /* @media ${device.mobileL} {
     max-height: 70vh;
  } */
  • The import statement for CloseIcon in the Modal component is incorrect. It should be imported as follows:
import CloseIcon from '../../../icons/close.svg';

All looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant