Visual edit in Lovable
Edited UI in Lovable
This commit is contained in:
@@ -96,7 +96,7 @@ const Analytics = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="neuro-card">
|
<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 text-neuro-expense">
|
<p className="text-sm font-bold text-neuro-income">
|
||||||
{new Intl.NumberFormat('ko-KR', {
|
{new Intl.NumberFormat('ko-KR', {
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: 'KRW',
|
currency: 'KRW',
|
||||||
@@ -106,7 +106,7 @@ const Analytics = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="neuro-card">
|
<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">
|
<p className="text-sm font-bold">
|
||||||
{savingsPercentage}%
|
{savingsPercentage}%
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user