diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index b6e5f20..7616b71 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -9,7 +9,7 @@ export interface AddMonthButtonProps { } export const AddMonthButton:React.FC = ({ yearMonth }) => -
+
diff --git a/app/ui/Main.tsx b/app/ui/Main.tsx index 3e60430..41b9637 100644 --- a/app/ui/Main.tsx +++ b/app/ui/Main.tsx @@ -9,7 +9,7 @@ export interface MainProps { export const Main:FC = ({ children }) =>
-
+
{children}
diff --git a/app/ui/MonthCard.tsx b/app/ui/MonthCard.tsx index e9fea4e..09af29f 100644 --- a/app/ui/MonthCard.tsx +++ b/app/ui/MonthCard.tsx @@ -30,9 +30,9 @@ export const MonthCard:FC = ({ yearMonth, children, monthlyExpen }, [expanded]); return( -
+
-
+
{`${formatYearMonth(yearMonth)}`} { monthlyExpense>0 ?