From 5ad506a5a3abba12b40458255fe615388f6fa494 Mon Sep 17 00:00:00 2001 From: Yi SoJeong Date: Tue, 15 Dec 2020 15:57:16 +0900 Subject: [PATCH] =?UTF-8?q?[#118]=20fix:=20indent=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/molecules/Title/Title.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/molecules/Title/Title.tsx b/frontend/src/components/molecules/Title/Title.tsx index 34bfc04..cf3c644 100644 --- a/frontend/src/components/molecules/Title/Title.tsx +++ b/frontend/src/components/molecules/Title/Title.tsx @@ -39,12 +39,11 @@ const titleCss = () => css` font-family: inter, Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; - + &:empty:before { content: 'Untitled'; color: rgba(55, 53, 47, 0.15); } -} `; function Title(): JSX.Element {