From 43366ea623a831e42304a724daa3f0d64914d387 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:24:27 +0700 Subject: [PATCH] updated design consistency --- src/components/navigatorBar/index.tsx | 8 +++++--- src/components/note/content/preview/imageCard.tsx | 2 +- src/components/thread.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/navigatorBar/index.tsx b/src/components/navigatorBar/index.tsx index df68f6bf..6ba8b35a 100644 --- a/src/components/navigatorBar/index.tsx +++ b/src/components/navigatorBar/index.tsx @@ -6,12 +6,14 @@ import PlusIcon from '@assets/icons/Plus'; export default function NavigatorBar() { return ( -
+
{/* main */}
{/* Create post */} -
- +
+
+ +
{/* Newsfeed */}
diff --git a/src/components/note/content/preview/imageCard.tsx b/src/components/note/content/preview/imageCard.tsx index 55d9f12c..9c137948 100644 --- a/src/components/note/content/preview/imageCard.tsx +++ b/src/components/note/content/preview/imageCard.tsx @@ -4,7 +4,7 @@ import Image from 'next/image'; export default function ImageCard({ data }: { data: object }) { return (
-
+