Change Discogs gauge color from gray to warm bronze for readability
This commit is contained in:
parent
b53c042721
commit
e35d84ba96
1 changed files with 1 additions and 1 deletions
|
|
@ -37718,7 +37718,7 @@ const _RATE_GAUGE_LABELS = {
|
||||||
const _RATE_GAUGE_COLORS = {
|
const _RATE_GAUGE_COLORS = {
|
||||||
spotify: '#1DB954', itunes: '#FC3C44', deezer: '#A238FF',
|
spotify: '#1DB954', itunes: '#FC3C44', deezer: '#A238FF',
|
||||||
lastfm: '#D51007', genius: '#FFFF64', musicbrainz: '#BA478F',
|
lastfm: '#D51007', genius: '#FFFF64', musicbrainz: '#BA478F',
|
||||||
audiodb: '#00BCD4', tidal: '#00FFFF', qobuz: '#FF6B35', discogs: '#333333',
|
audiodb: '#00BCD4', tidal: '#00FFFF', qobuz: '#FF6B35', discogs: '#D4A574',
|
||||||
};
|
};
|
||||||
|
|
||||||
// SVG constants — 240° arc, gap at bottom
|
// SVG constants — 240° arc, gap at bottom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue