Skip to content

Commit

Permalink
Merge pull request #51 from Qfeed-Dev/hotfix
Browse files Browse the repository at this point in the history
[Feat] 마이페이지 UI 긴급수정
  • Loading branch information
hamo-o authored Sep 2, 2023
2 parents f7fdf96 + 6669fec commit 34a3456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/GridWrapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const QuestionGrid = (data: Questions) => {
};

const GridWrapper = styled(motion.div)`
width: 100%;
display: flex;
gap: 12px;
align-items: start;
Expand Down
4 changes: 2 additions & 2 deletions src/pages-edit/mypage/Mypage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function Mypage() {
{isLoading ? (
<Loading />
) : (
<Flex direction="column" align="center" gap={40}>
<Flex direction="column" align="center" gap={8}>
<Flex direction="column" gap={40}>
<Flex direction="column" gap={8}>
<NavigationTop
title="마이페이지"
// rightIcon={
Expand Down
2 changes: 2 additions & 0 deletions src/pages-edit/mypage/components/ButtonQfeedSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const SelectWrapper = styled(Flex)`
max-width: 600px;
padding: 0 1rem;
border-bottom: 1px solid ${colors.light_qwhite};
position: relative;
`;

const ButtonWrapper = styled.div`
Expand Down

0 comments on commit 34a3456

Please sign in to comment.