fix(typography): changing body to ion-content for text-color to be more specific

references #762
This commit is contained in:
Brandy Carney
2015-12-17 14:35:12 -05:00
parent ff8d6c5cd1
commit 196bdfd431
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// iOS App
// --------------------------------------------------
body {
ion-content {
color: $text-ios-color;
}

View File

@@ -3,7 +3,7 @@
// Material Design App
// --------------------------------------------------
body {
ion-content {
color: $text-md-color;
}