diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 0c253b9..520ea98 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -271,7 +271,7 @@
android:id="@+id/todayThisMonthCard"
android:gravity="center"
android:layout_width="match_parent"
- android:layout_height="30dp"
+ android:layout_height="40dp"
android:orientation="horizontal"
android:background="@drawable/price_card_background"
android:padding="2dp">
@@ -344,14 +344,14 @@
app:layout_constraintTop_toBottomOf="@+id/todayThisMonthCard"
android:id="@+id/exchangeStats1Card"
android:layout_width="match_parent"
- android:layout_height="30dp"
+ android:layout_height="36dp"
android:orientation="horizontal"
android:background="@drawable/exchange_stats_card_background"
android:padding="2dp">