Skip to content

Commit

Permalink
Merge pull request #366 from TripInfoWeb/dev_gathering
Browse files Browse the repository at this point in the history
Dev gathering
  • Loading branch information
ssssksss authored Sep 22, 2024
2 parents 061b3c1 + 920ae7e commit e221996
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/mypage/camera-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/gathering/read/detail/GatheringViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const GatheringViewer = ({
{data.tagResponses?.map((i) => (
<div
key={i.name}
className="max-w-max rounded-2xl px-[.5rem] py-[.25rem] text-main outline outline-[1px] outline-offset-[-1px] outline-main"
className="max-w-max rounded-2xl px-[.5rem] py-[.25rem] text-sm text-main outline outline-[1px] outline-offset-[-1px] outline-main"
>
{"#"}
{i.name}
Expand Down
2 changes: 1 addition & 1 deletion src/components/mypage/MyPageUserImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const MyPageUserImage = (props: IMyPageUserImage) => {
/>
<div
className={
"absolute bottom-0 right-0 flex aspect-square w-[2.375rem] items-center justify-center rounded-[50%] bg-white"
"absolute bottom-0 right-0 flex aspect-square w-[2.375rem] items-center justify-center rounded-[50%] bg-[#F4F4F4]"
}
>
<div className="relative h-[1.25rem] w-[1.25rem]">
Expand Down
3 changes: 2 additions & 1 deletion src/components/mypage/MyProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,14 @@ const MyProfile = (props: IMyProfileProps) => {
<span className={"font-medium text-gray1"}>
{props.userInfo.userImage.createdDate}
</span>
<div className="relative flex h-[2.5rem] w-[2.5rem] items-center justify-center rounded-[18px] bg-[#FEE501]">
<div className="relative flex h-[2.5rem] w-[2.5rem] items-center justify-center rounded-[50%] bg-[#FEE501]">
{props.userInfo.provider == "kakao" && (
<Image
src={"/user/kakao-icon.svg"}
alt={"kakao-icon-image"}
width={20}
height={20}
className={"absolute translate-x-[1px]"}
/>
)}
{props.userInfo.provider == "google" && (
Expand Down

0 comments on commit e221996

Please sign in to comment.