Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const ProjectCard = ({
<DetailItem>
<LocationPinIcon fontSize="small" color="action" />
<Typography variant="body2" color="text.secondary">
온라인
{project.workflow}
</Typography>
</DetailItem>
</ProjectDetails>
Expand Down
10 changes: 5 additions & 5 deletions src/features/email/ui/EmailModal.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
Box,
Button,
Dialog,
DialogTitle,
DialogContent,
DialogActions,
Button,
Box,
DialogContent,
DialogTitle,
Typography,
} from "@mui/material";
import { styled } from "@mui/material/styles";
Expand Down Expand Up @@ -79,7 +79,7 @@ const EmailModal = ({
export default EmailModal;

const StyledDialog = styled(Dialog)({
zIndex: 9999,
zIndex: 8000,
"& .MuiDialog-paper": {
width: "600px",
maxWidth: "90vw",
Expand Down
1 change: 1 addition & 0 deletions src/shared/ui/SnackbarAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const SnackbarAlert = ({
onClose={onClose}
anchorOrigin={anchorOrigin}
sx={{
zIndex: 9000,
marginTop: { xs: "6.4rem", md: "8rem" },
}}
>
Expand Down