From a078633bd5c9b7f4dad819e2715ef83f79aaef7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 16 Jan 2024 14:11:50 +0100 Subject: [PATCH] fixed card width on cellphone --- app/ui/AddLocationButton.tsx | 2 +- app/ui/AddMonthButton.tsx | 2 +- app/ui/LocationCard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ui/AddLocationButton.tsx b/app/ui/AddLocationButton.tsx index 4adfd3d..1c200aa 100644 --- a/app/ui/AddLocationButton.tsx +++ b/app/ui/AddLocationButton.tsx @@ -10,7 +10,7 @@ export interface AddLocationButtonProps { } export const AddLocationButton:React.FC = ({yearMonth}) => -
+
diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index 31dd046..b6e5f20 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/LocationCard.tsx b/app/ui/LocationCard.tsx index 26024a4..1fec078 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -18,7 +18,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM const monthlyExpense = bills.reduce((acc, bill) => acc + (bill.payedAmount ?? 0), 0); return( -
+