-
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 |
|---|---|---|
|
|
@@ -70,3 +70,7 @@ | |
| .animate-slide-in { | ||
| animation: slide-in 0.3s ease-out; | ||
| } | ||
|
|
||
| :root { | ||
| --radius: 8px; | ||
| } | ||
|
Contributor
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. root 에서 수정하는것이 아닌 테일윈드 config에서 border가 누락된건지 보는게 좋아보여요! 결론 |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -149,6 +149,8 @@ const config: Config = { | |
| }, | ||
| "gray-c": { | ||
| "100": "#ececec", | ||
| "200": "#e5e7eb", | ||
| "300": "#f9fafb", | ||
|
Contributor
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. 피그마상에서도 해당 디자인을 가져가나요? 요약
|
||
| }, | ||
| // 하드코딩된 회색 계열 색상 | ||
| gray: { | ||
|
|
||
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