We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c57665 commit 321ed71Copy full SHA for 321ed71
src/app/my/_ui/MyProfileContent/index.tsx
@@ -80,7 +80,7 @@ const MyProfileContent = () => {
80
</p>
81
</div>
82
{/* Profile Card */}
83
- <div className="mb-4 rounded-lg bg-gray-50 p-4">
+ <div className="bg-gray-c-300 mb-4 rounded-lg p-4">
84
<div className="mb-3 flex items-center space-x-3">
85
<ProfileWithBadge profileImageUrl={profileImageUrl} width={48} height={48} />
86
<div>
tailwind.config.ts
@@ -150,6 +150,7 @@ const config: Config = {
150
"gray-c": {
151
"100": "#ececec",
152
"200": "#e5e7eb",
153
+ "300": "#f9fafb",
154
},
155
// 하드코딩된 회색 계열 색상
156
gray: {
0 commit comments