Skip to content

Commit

Permalink
style:Change DateDialog Style
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Aug 25, 2024
1 parent 8def9d9 commit 1d3b92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function DueDateDialog({ title }: DueDateDialogProps) {
dueDateList.length !== 0 && dueDateList[0].deadLine != null && dueDateList[0].recruitScheduleStage != null;

return (
<div className="p-20">
<div className="p-20 z-10">
<div className="flex items-center w-314">
{title && <Icon name="folderFill" size={16} color={color.neutral95} />}
<Spacing size={4} direction="row" />
Expand Down

0 comments on commit 1d3b92a

Please sign in to comment.