Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-03-08 08:34:13 +00:00
parent 2b3c20d840
commit 49c5949df7

View File

@@ -184,7 +184,7 @@ const Index = () => {
<div className="relative h-3 neuro-pressed overflow-hidden mt-2"> <div className="relative h-3 neuro-pressed overflow-hidden mt-2">
<div style={{ <div style={{
width: `${calculatePercentage(budgetData.monthly.spentAmount, budgetData.monthly.targetAmount)}%` width: `${calculatePercentage(budgetData.monthly.spentAmount, budgetData.monthly.targetAmount)}%`
}} className="absolute top-0 left-0 h-full transition-all duration-700 ease-out bg-emerald-300" /> }} className="absolute top-0 left-0 h-full transition-all duration-700 ease-out bg-neuro-income" />
</div> </div>
<div className="mt-2 flex justify-end"> <div className="mt-2 flex justify-end">