From 283ec018f2bcb2a3739e5aa93f2970348499ee65 Mon Sep 17 00:00:00 2001 From: n-hidaka <85332716+n-hidaka@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:26:43 +0900 Subject: [PATCH] style: update --- src/index/components/room-create.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index/components/room-create.tsx b/src/index/components/room-create.tsx index ab60558..f0844df 100644 --- a/src/index/components/room-create.tsx +++ b/src/index/components/room-create.tsx @@ -86,9 +86,10 @@ const wrapperStyle = css({ const itemStyle = css({ display: "grid", alignItems: "center", - gridTemplateColumns: "88px 1fr", + gridTemplateColumns: "100px 1fr", height: 40, marginBottom: 4, + textAlign: "left", }); const roomNameStyle = css({