Update: List Row Dynamic Theme

This commit is contained in:
EvanLin3141
2025-02-18 19:51:11 +00:00
parent d4a6c2c7cd
commit b87fe7893d
7 changed files with 79 additions and 39 deletions

View File

@@ -78,7 +78,7 @@ const CategoryPage: React.FC = () => {
items={streams}
wrap={true}
onClick={handleStreamClick}
extraClasses="bg-purple-950/60"
extraClasses="bg-[var(--recommend)]"
/>
</div>