Skip to content

Commit 73f7ea8

Browse files
committed
use tailwind
1 parent 4973fe1 commit 73f7ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/signup/steps/step2_img.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function Step2({
3838

3939
return (
4040
<>
41-
<div m={2} display={"flex"} flexDirection={"column"} gap={2}>
41+
<div className="m-2 flex flex-col g-2">
4242
<h1 className="text-xl">アイコンを設定</h1>
4343

4444
<div style={{ textAlign: "center", marginTop: "15vh" }}>

0 commit comments

Comments
 (0)