File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,8 +168,10 @@ export default function MyPage() {
168168 { /* Left Column - Hidden on mobile, visible on lg screens */ }
169169 < div className = "lg:flex lg:w-64 flex-col" >
170170 { /* Interest Stocks Section */ }
171- < div className = "bg-[#f0f0f0] rounded-xl p-3 mb-4 text-center shadow-md" >
172- < span className = "text-sm" > 관심 종목</ span >
171+ { /* <div className="bg-[#f0f0f0] rounded-xl p-3 mb-4 text-center shadow-md"> */ }
172+ { /* <div className="text-white hidden md:flex bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 rounded-xl shadow-lg hover:shadow-xl transition-all duration-200"> */ }
173+ < div className = "p-3 mb-4 text-center rounded-xl shadow-md bg-gradient-to-r from-blue-600 to-purple-600 text-white" >
174+ < span className = "text-sm text-white" > 관심 종목</ span >
173175 </ div >
174176
175177 < div className = "bg-white rounded-xl p-4 shadow-lg flex-1 overflow-auto" >
@@ -303,7 +305,7 @@ export default function MyPage() {
303305 < div className = "text-sm font-semibold text-blue-700" > 총자산</ div >
304306 < DollarSign className = "w-5 h-5 text-blue-600" />
305307 </ div >
306- < div className = "text-2xl font-bold text-[#197bbd] group-hover:text-[#1565a0] transition-colors " >
308+ < div className = "text-3xl font-bold text-blue-800 mb-2 " >
307309 ${ " " }
308310 { portfolioData . totalAssets . toLocaleString ( "en-US" , {
309311 minimumFractionDigits : 2 ,
You can’t perform that action at this time.
0 commit comments