Skip to content

Conversation

@gooharu
Copy link
Collaborator

@gooharu gooharu commented Oct 24, 2025

/commentで開くようになっています

@Hosoda-abo
Copy link
Collaborator

Hosoda-abo commented Oct 29, 2025

これも↓と同じような気がする
https://github.com/funswift/funswift-education/pull/13/files#r2460379090

@Hosoda-abo Hosoda-abo linked an issue Oct 29, 2025 that may be closed by this pull request
<button
type="submit"
className="absolute right-7 font-semibold transition"
style={{ color: "#578FD7" }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-ask
ここでカラーコードを指定せずとも、tailwindcssで指定出来ませんか?
↓のPRでglobals.cssで色を決めていそうです!
#15

Comment on lines 22 to 31
<textarea
value={studentComment}
onChange={(e) => {
setStudentComment(e.target.value);
}}
placeholder="がんばったことを入力..."
className="w-full h-full outline-none text-gray-800 placeholder-gray-400 p-3 pr-14 rounded-lg shadow-sm resize-none"

style={{ backgroundColor: "#FFFFFF" ,color: "#3B3B3B" }}
/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-imo
最初はとっつきにくいのですが、既存のUIコンポーネントを使うことで、いったん作りきって細かいデザインは後から、という進め方も出来そうです
今から変えなくてもいいのですが、参考までに
https://ui.shadcn.com/docs/components/textarea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

児童のコメント記入機能作成

4 participants