Skip to content

Commit a741167

Browse files
author
Cathy Siller
committed
fix(choice-tiles): icon color when selected styles added
1 parent 5f76b41 commit a741167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/helix-ui/styles/components/choice-tiles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ label.hxChoice > input:checked + hx-tile {
6767
border-color: @cyan-900;
6868
color: @cyan-900;
6969

70+
.hx-tile-icon {
71+
color: @cyan-900;
72+
}
73+
7074
> p {
7175
color: @gray-900;
7276
}

0 commit comments

Comments
 (0)