We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973fe1 commit 73f7ea8Copy full SHA for 73f7ea8
web/app/signup/steps/step2_img.tsx
@@ -38,7 +38,7 @@ export default function Step2({
38
39
return (
40
<>
41
- <div m={2} display={"flex"} flexDirection={"column"} gap={2}>
+ <div className="m-2 flex flex-col g-2">
42
<h1 className="text-xl">アイコンを設定</h1>
43
44
<div style={{ textAlign: "center", marginTop: "15vh" }}>
0 commit comments