mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(typography): changing body to ion-content for text-color to be more specific
references #762
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// iOS App
|
||||
// --------------------------------------------------
|
||||
|
||||
body {
|
||||
ion-content {
|
||||
color: $text-ios-color;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Material Design App
|
||||
// --------------------------------------------------
|
||||
|
||||
body {
|
||||
ion-content {
|
||||
color: $text-md-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user