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{