Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-03-08 08:35:15 +00:00
parent f0abaca2af
commit f7a818d1c6

View File

@@ -87,7 +87,7 @@ const BudgetInputCard: React.FC<BudgetGoalProps> = ({
<TabsContent value="monthly" className="space-y-4 mt-0">
<div className="flex items-center space-x-2">
<Input value={budgetInputs.monthly} onChange={e => handleInputChange(e.target.value, 'monthly')} placeholder="목표 금액 입력" className="neuro-pressed" />
<Button onClick={handleSave} size="icon" className="neuro-flat">
<Button onClick={handleSave} size="icon" className="neuro-flat bg-slate-400 hover:bg-slate-300">
<Check size={18} />
</Button>
</div>