Skip to content
Snippets Groups Projects
Commit 1ffd0bb9 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: use uniform design for fallback show indicator

parent fcf1f20e
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<SafeHTML :html="show.shortDescription" class="tw-text-sm" /> <SafeHTML :html="show.shortDescription" class="tw-text-sm" />
<div v-if="radioSettings?.program.fallback.showId === show.id" class="tw-mt-1"> <div v-if="radioSettings?.program.fallback.showId === show.id" class="tw-mt-1">
<APill <APill
class="tw-text-yellow-600 tw-text-sm tw-bg-stripes tw-bg-stripes-fallback" class="tw-text-yellow-900 tw-text-sm"
:title="t('show.flags.stationFallback.description')" :title="t('show.flags.stationFallback.description')"
> >
{{ t('show.flags.stationFallback.label') }} {{ t('show.flags.stationFallback.label') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment