diff --git a/app/modules/epics/dashboard/epic-row/epic-row.scss b/app/modules/epics/dashboard/epic-row/epic-row.scss index c8d78a16..7c1d7814 100644 --- a/app/modules/epics/dashboard/epic-row/epic-row.scss +++ b/app/modules/epics/dashboard/epic-row/epic-row.scss @@ -84,6 +84,10 @@ } .vote { color: $gray; + &.is-voter { + color: $primary-light; + fill: $primary-light; + } } .assigned { img { diff --git a/app/modules/epics/dashboard/story-row/story-row.scss b/app/modules/epics/dashboard/story-row/story-row.scss index 51aa9fcd..df1e4f7d 100644 --- a/app/modules/epics/dashboard/story-row/story-row.scss +++ b/app/modules/epics/dashboard/story-row/story-row.scss @@ -43,6 +43,10 @@ } .vote { color: $gray; + &.is-voter { + color: $primary-light; + fill: $primary-light; + } } .project, .assigned {