Fix light mode for new podcast page

This commit is contained in:
advplyr
2023-12-14 16:55:17 -06:00
parent 01ac844024
commit dc790d5450
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
<template v-else>
<div class="flex items-center px-2 h-16">
<div class="flex items-center" @click="clearSelected">
<span class="material-icons text-2xl text-gray-300">arrow_back</span>
<p class="pl-2 uppercase text-sm font-semibold text-gray-300 leading-4 pb-px">{{ $strings.ButtonBack }}</p>
<span class="material-icons text-2xl text-fg-muted">arrow_back</span>
<p class="pl-2 uppercase text-sm font-semibold text-fg-muted leading-4 pb-px">{{ $strings.ButtonBack }}</p>
</div>
</div>