Skip to content

Commit

Permalink
Merge pull request #196 from FinalDoubleTen/FE-77--feat/Trips
Browse files Browse the repository at this point in the history
Alert 컴포넌트 수정
  • Loading branch information
suehub authored Jan 18, 2024
2 parents 04eff2a + ec5dda0 commit f3fe547
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/common/alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ const Alert: FC<AlertProps> = ({
<Dialog.Description
className={`${
content ? 'w-[80%] text-left' : 'text-center text-[15px]'
} mt-[10px] leading-normal`}>
} mt-[10px] font-bold leading-normal`}>
<p
className={` ${
content && 'title3 text-left'
}: 'mb-[16px] font-bold' text-[#062139] `}>
} mb-[16px] font-bold text-[#062139] `}>
{title}
</p>
<p className="font-medium text-[#888]">{message}</p>
</Dialog.Description>
{content}

<div className="mt-[25px] flex justify-center gap-[13px]">
<Dialog.Close asChild>
<button
Expand Down

0 comments on commit f3fe547

Please sign in to comment.