From 909efd7e7decc03559fd6096cbb640b3de21dfdf Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 6 Jan 2024 08:47:34 -0500 Subject: [PATCH] meny items --- .../choose-activity/choose-activity.component.html | 8 ++++---- .../choose-activity/choose-activity.component.scss | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/components/choose-activity/choose-activity.component.html b/src/app/components/choose-activity/choose-activity.component.html index 38ea0fc..f7c4d3a 100644 --- a/src/app/components/choose-activity/choose-activity.component.html +++ b/src/app/components/choose-activity/choose-activity.component.html @@ -8,7 +8,7 @@ - Card Title + Track @@ -19,7 +19,7 @@ - Card Title + Calendar @@ -32,7 +32,7 @@ - Card Title + Reminders @@ -43,7 +43,7 @@ - Card Title + Find diff --git a/src/app/components/choose-activity/choose-activity.component.scss b/src/app/components/choose-activity/choose-activity.component.scss index fe6e269..654bcce 100644 --- a/src/app/components/choose-activity/choose-activity.component.scss +++ b/src/app/components/choose-activity/choose-activity.component.scss @@ -17,6 +17,9 @@ margin: 10px; } } + ion-card-title{ + color: white; + } } } .card1{