diff --git a/src/components/BudgetProgressCard.tsx b/src/components/BudgetProgressCard.tsx index 83ec2fd..926faef 100644 --- a/src/components/BudgetProgressCard.tsx +++ b/src/components/BudgetProgressCard.tsx @@ -35,13 +35,22 @@ const BudgetProgressCard: React.FC = ({
- + 오늘 - + 주간 - + 월간 diff --git a/src/components/ui/tabs.tsx b/src/components/ui/tabs.tsx index f57fffd..4bdcf53 100644 --- a/src/components/ui/tabs.tsx +++ b/src/components/ui/tabs.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import * as TabsPrimitive from "@radix-ui/react-tabs" @@ -27,7 +28,7 @@ const TabsTrigger = React.forwardRef<