Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hidaka committed Apr 19, 2024
1 parent 6ba456f commit 283ec01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index/components/room-create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 283ec01

Please sign in to comment.