mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 02:27:28 +00:00
Change audio badge color
This commit is contained in:
parent
f09f3534a6
commit
4481cda600
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const AudioList: FunctionComponent<AudioListProps> = ({
|
||||||
return (
|
return (
|
||||||
<Group spacing="xs" {...group}>
|
<Group spacing="xs" {...group}>
|
||||||
{audios.map((audio, idx) => (
|
{audios.map((audio, idx) => (
|
||||||
<Badge color="teal" key={BuildKey(idx, audio.code2)} {...badgeProps}>
|
<Badge color="blue" key={BuildKey(idx, audio.code2)} {...badgeProps}>
|
||||||
{audio.name}
|
{audio.name}
|
||||||
</Badge>
|
</Badge>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue