From 196bdfd4316135606828a5b5118ac9d0ec78982b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 17 Dec 2015 14:35:12 -0500 Subject: [PATCH] fix(typography): changing body to ion-content for text-color to be more specific references #762 --- ionic/components/app/app.ios.scss | 2 +- ionic/components/app/app.md.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/app/app.ios.scss b/ionic/components/app/app.ios.scss index 1d47fd37e1..7cdc41bfd0 100644 --- a/ionic/components/app/app.ios.scss +++ b/ionic/components/app/app.ios.scss @@ -3,7 +3,7 @@ // iOS App // -------------------------------------------------- -body { +ion-content { color: $text-ios-color; } diff --git a/ionic/components/app/app.md.scss b/ionic/components/app/app.md.scss index 4bd7ead9c3..7a019ce87c 100644 --- a/ionic/components/app/app.md.scss +++ b/ionic/components/app/app.md.scss @@ -3,7 +3,7 @@ // Material Design App // -------------------------------------------------- -body { +ion-content { color: $text-md-color; }