Skip to content

Commit 91168af

Browse files
pikoteabrandyscarney
authored andcommitted
fix(content): move $text-ios-color to content (#8421)
1 parent 6b33ed0 commit 91168af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/content.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $content-ios-transition-background: #000 !default;
88

99

1010
.content-ios {
11+
color: $text-ios-color;
1112
background-color: $background-ios-color;
1213
}
1314

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

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

0 commit comments

Comments
 (0)