Center align budget input text
Centers the budget input text within the input field.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import React, { useState } from 'react';
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
||||
import { Input } from '@/components/ui/input';
|
||||
@@ -136,7 +137,7 @@ const BudgetTabContent: React.FC<BudgetTabContentProps> = ({
|
||||
<Check size={18} />
|
||||
</Button>
|
||||
</div>
|
||||
<p className="text-xs text-gray-500 mt-1">월간 예산을 입력하면 일일, 주간 예산이 자동으로 입력됩니다.</p>
|
||||
<p className="text-xs text-gray-500 mt-1 text-center">월간 예산을 입력하면 일일, 주간 예산이 자동으로 입력됩니다.</p>
|
||||
</CollapsibleContent>
|
||||
</Collapsible>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user