Skip to content

Commit 321ed71

Browse files
committed
style: gray-c 색상 추가 및 MyProfileContent bg 색상 수정
1 parent 5c57665 commit 321ed71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/my/_ui/MyProfileContent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const MyProfileContent = () => {
8080
</p>
8181
</div>
8282
{/* Profile Card */}
83-
<div className="mb-4 rounded-lg bg-gray-50 p-4">
83+
<div className="bg-gray-c-300 mb-4 rounded-lg p-4">
8484
<div className="mb-3 flex items-center space-x-3">
8585
<ProfileWithBadge profileImageUrl={profileImageUrl} width={48} height={48} />
8686
<div>

tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ const config: Config = {
150150
"gray-c": {
151151
"100": "#ececec",
152152
"200": "#e5e7eb",
153+
"300": "#f9fafb",
153154
},
154155
// 하드코딩된 회색 계열 색상
155156
gray: {

0 commit comments

Comments
 (0)