mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 17:47:20 +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 (
|
||||
<Group spacing="xs" {...group}>
|
||||
{audios.map((audio, idx) => (
|
||||
<Badge color="teal" key={BuildKey(idx, audio.code2)} {...badgeProps}>
|
||||
<Badge color="blue" key={BuildKey(idx, audio.code2)} {...badgeProps}>
|
||||
{audio.name}
|
||||
</Badge>
|
||||
))}
|
||||
|
|
Loading…
Reference in a new issue