Skip to content

Commit 3d90d7b

Browse files
authored
Merge pull request #3120 from IgniteUI/snovoselski/boston-maraton-grid-3086
fix(boston-maraton): change winner text to be black - master
2 parents 148aa6a + 00b50ca commit 3d90d7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

projects/app-lob/src/app/grid/grid-boston-marathon/grid.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ $progressBar-sample-theme: progress-linear-theme(
8080
linear-gradient(-45deg, transparent 75%, #222 75%);
8181
background-size: 20px 20px;
8282
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
83+
color: #000;
8384
}
8485

8586
> span {
@@ -89,6 +90,7 @@ $progressBar-sample-theme: progress-linear-theme(
8990

9091
> span {
9192
margin: 0 rem(8px);
93+
color: #000;
9294
}
9395
}
9496
}

0 commit comments

Comments
 (0)