mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-14 16:01:13 +03:00
don't use any variant of orange as a profile color
avoids confusion with unsaved changes
This commit is contained in:
parent
9d2fd68606
commit
eec37e2e19
@ -79,11 +79,11 @@ const PROFILE_COLORS: ProfileColor[] = [
|
|||||||
bgMuted: "bg-green-400/20",
|
bgMuted: "bg-green-400/20",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bg: "bg-amber-400",
|
bg: "bg-fuchsia-500",
|
||||||
text: "text-amber-400",
|
text: "text-fuchsia-500",
|
||||||
dot: "bg-amber-400",
|
dot: "bg-fuchsia-500",
|
||||||
border: "border-amber-400",
|
border: "border-fuchsia-500",
|
||||||
bgMuted: "bg-amber-400/20",
|
bgMuted: "bg-fuchsia-500/20",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bg: "bg-slate-400",
|
bg: "bg-slate-400",
|
||||||
@ -93,11 +93,11 @@ const PROFILE_COLORS: ProfileColor[] = [
|
|||||||
bgMuted: "bg-slate-400/20",
|
bgMuted: "bg-slate-400/20",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bg: "bg-orange-300",
|
bg: "bg-stone-500",
|
||||||
text: "text-orange-300",
|
text: "text-stone-500",
|
||||||
dot: "bg-orange-300",
|
dot: "bg-stone-500",
|
||||||
border: "border-orange-300",
|
border: "border-stone-500",
|
||||||
bgMuted: "bg-orange-300/20",
|
bgMuted: "bg-stone-500/20",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bg: "bg-blue-300",
|
bg: "bg-blue-300",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user