Visual edit in Lovable
Edited UI in Lovable
This commit is contained in:
@@ -96,7 +96,7 @@ const Analytics = () => {
|
||||
</div>
|
||||
<div className="neuro-card">
|
||||
<p className="text-xs text-gray-500 mb-1">지출</p>
|
||||
<p className="text-sm font-bold text-neuro-expense">
|
||||
<p className="text-sm font-bold text-neuro-income">
|
||||
{new Intl.NumberFormat('ko-KR', {
|
||||
style: 'currency',
|
||||
currency: 'KRW',
|
||||
@@ -106,7 +106,7 @@ const Analytics = () => {
|
||||
</p>
|
||||
</div>
|
||||
<div className="neuro-card">
|
||||
<p className="text-xs text-gray-500 mb-1">남은 예산</p>
|
||||
<p className="text-xs text-gray-500 mb-1">저축</p>
|
||||
<p className="text-sm font-bold">
|
||||
{savingsPercentage}%
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user