Skip to content

Commit 9d39fe6

Browse files
Merge pull request #143 from InserToken/feat/82-financialChart
마이페이지 버튼
2 parents d43ae94 + f24c6a8 commit 9d39fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blocks/MyPagePractice/MyPagePractice.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function MyPagePracticeClient() {
136136
<div className="bg-[#16161A] hover:bg-[#24242C] w-60 h-20 rounded-lg flex items-center justify-center">
137137
<button
138138
onClick={openModal}
139-
className="text-xl font-semibold text-white cursor-pointer"
139+
className="w-full h-full flex items-center justify-center text-xl font-semibold text-white cursor-pointer"
140140
>
141141
최근 푼 문제 확인
142142
</button>

0 commit comments

Comments
 (0)