-
Notifications
You must be signed in to change notification settings - Fork 3
style: stage UI 수정 #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
style: stage UI 수정 #352
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,7 +59,7 @@ const SearchBar = ({ initText }: SearchBarProps) => { | |||||
| <input | ||||||
| type="text" | ||||||
| placeholder={"해외 파견 학교를 검색하세요."} | ||||||
| className="w-full rounded-lg border border-gray-200 bg-k-50 p-3 pl-4 pr-10 text-k-600 focus:border-primary" | ||||||
| className="border-gray-c-200 w-full rounded-lg border bg-k-50 p-3 pl-4 pr-10 text-k-600 focus:border-primary" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Prettier 오류가 납니다 — 클래스 순서를 정리해주세요. 🧹 수정 제안- className="border-gray-c-200 w-full rounded-lg border bg-k-50 p-3 pl-4 pr-10 text-k-600 focus:border-primary"
+ className="w-full rounded-lg border border-gray-c-200 bg-k-50 p-3 pl-4 pr-10 text-k-600 focus:border-primary"📝 Committable suggestion
Suggested change
🧰 Tools🪛 GitHub Actions: CI[error] 62-62: Prettier formatting issue. Replace 🤖 Prompt for AI Agents |
||||||
| {...register("searchText")} | ||||||
| /> | ||||||
| <div className="absolute right-3 top-1/2 h-5 w-5 -translate-y-1/2 text-gray-400"> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,3 +70,7 @@ | |
| .animate-slide-in { | ||
| animation: slide-in 0.3s ease-out; | ||
| } | ||
|
|
||
| :root { | ||
| --radius: 8px; | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettier 오류가 납니다 — 클래스 순서를 정리해주세요.
CI 로그에 맞춰 클래스 순서를 바꿔야 통과합니다.
🧹 수정 제안
📝 Committable suggestion
🧰 Tools
🪛 GitHub Actions: CI
[error] 83-83: Prettier formatting issue. Replace
bg-gray-c-300 mb-4 rounded-lgwithmb-4 rounded-lg bg-gray-c-300.🤖 Prompt for AI Agents