From 25fa014ec7b5a044eaf0f1aac7e4608d961cf362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8C=E1=85=A2=E1=84=92=E1=85=A1?= Date: Wed, 11 Oct 2023 16:34:45 +0900 Subject: [PATCH] =?UTF-8?q?style:=20A=20B=20=EB=A7=88=ED=81=AC=EC=97=90=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/drink-info/[id]/components/DrinkCommentContainer.tsx | 2 -- apps/jurumarble/src/components/AorBMark.tsx | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/jurumarble/src/app/drink-info/[id]/components/DrinkCommentContainer.tsx b/apps/jurumarble/src/app/drink-info/[id]/components/DrinkCommentContainer.tsx index fdc4b80b..0085d059 100644 --- a/apps/jurumarble/src/app/drink-info/[id]/components/DrinkCommentContainer.tsx +++ b/apps/jurumarble/src/app/drink-info/[id]/components/DrinkCommentContainer.tsx @@ -4,7 +4,6 @@ import CommentForm from "app/vote/[id]/components/CommentForm"; import CommentToolBar from "app/vote/[id]/components/CommentToolbar"; import useCommentServices from "app/vote/[id]/services/useCommentServices"; import { queryKeys } from "lib/queryKeys"; -import Link from "next/link"; import { useParams } from "next/navigation"; import { useState } from "react"; import styled from "styled-components"; @@ -94,7 +93,6 @@ function DrinkCommentContainer() { userId: userId, restaurant, }} - mutateDeleteComment={() => void 0} mutateLike={() => mutateLike(id)} mutateHate={() => mutateHate(id)} key={`comment_id_${index}`} diff --git a/apps/jurumarble/src/components/AorBMark.tsx b/apps/jurumarble/src/components/AorBMark.tsx index 90d6ad6b..13722391 100644 --- a/apps/jurumarble/src/components/AorBMark.tsx +++ b/apps/jurumarble/src/components/AorBMark.tsx @@ -13,6 +13,7 @@ const AorBMarkStyled = styled.div<{ AorB: string }>` ${({ theme, AorB }) => css` ${theme.typography.caption_chip} background-color: ${AorB === "A" ? theme.colors.sub_01 : theme.colors.sub_02}; + color: ${theme.colors.white}; position: absolute; top: 0; left: 0;