refactor: change offset classes depending on playback state (#1611)

* refactor: assign offsetClasses based on playback state
This commit is contained in:
Shobhit Nagpal
2025-05-16 23:30:40 +05:30
committed by Carlos Valente
parent ac61f257c0
commit eed6373dbf
2 changed files with 7 additions and 2 deletions
@@ -45,6 +45,10 @@
@include ellipsis-overflow;
}
.offset {
color: $muted-gray;
}
.ahead {
color: $playback-ahead;
}