feat: add anime title to player

This commit is contained in:
Kentai Radiquum 2025-04-11 16:56:40 +05:00
parent 50b9f5b918
commit 6c3ce44c76
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 64 additions and 5 deletions

View file

@ -79,7 +79,7 @@ export const SourceSelectorMenu = ({
return (
<button
key={`release-${release_id}-voiceover-${voiceover.id}-source-${src.id}`}
className={`h-fit ${source.id == src.id ? "text-white" : "text-gray-400 hover:text-gray-100"} transition-colors`}
className={`h-fit ${source.id == src.id ? "text-white" : "text-gray-300 hover:text-gray-100"} transition-colors`}
onClick={() => {
setSource({
selected: src,