Fixing primary audio player UI in Macaron theme

This commit is contained in:
Darius Kazemi 2020-08-11 21:38:58 -07:00
parent 12ea205978
commit 34aebed616
1 changed files with 1 additions and 1 deletions

View File

@ -1093,5 +1093,5 @@ a.status-card.compact:hover {
.audio-player .video-player__time-sep,
.audio-player .video-player__time-current,
.audio-player .video-player__time-total {
color: $primary-text-color;
color: $ui-primary-color;
}