Skip to content

Commit

Permalink
fix(content): move $text-ios-color to content (#8421)
Browse files Browse the repository at this point in the history
  • Loading branch information
pikotea authored and brandyscarney committed Oct 3, 2016
1 parent 6b33ed0 commit 91168af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/content/content.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $content-ios-transition-background: #000 !default;


.content-ios {
color: $text-ios-color;
background-color: $background-ios-color;
}

Expand All @@ -18,7 +19,6 @@ $content-ios-transition-background: #000 !default;
.content-ios hr {
height: $hairlines-width;

color: $text-ios-color;
background-color: rgba(0, 0, 0, .12);
}

Expand Down

0 comments on commit 91168af

Please sign in to comment.