completionId: cgen-a8ba908a463249cd919637ebd6319bd1
cgen-a8ba908a463249cd919637ebd6319bd1
This commit is contained in:
parent
e5fcc966a7
commit
900dc293ae
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ export default function LoadingScreen({
|
||||||
"from-blue-500 to-blue-400": "bg-blue-400",
|
"from-blue-500 to-blue-400": "bg-blue-400",
|
||||||
"from-red-500 to-red-400": "bg-red-400",
|
"from-red-500 to-red-400": "bg-red-400",
|
||||||
"from-cyan-500 to-cyan-400": "bg-cyan-400",
|
"from-cyan-500 to-cyan-400": "bg-cyan-400",
|
||||||
|
"from-purple-500 to-purple-400": "bg-purple-400",
|
||||||
|
"from-pink-500 to-pink-400": "bg-pink-400",
|
||||||
"from-aethex-500 to-neon-blue": "bg-aethex-400",
|
"from-aethex-500 to-neon-blue": "bg-aethex-400",
|
||||||
};
|
};
|
||||||
const barColor = colorMap[accentColor] || "bg-aethex-400";
|
const barColor = colorMap[accentColor] || "bg-aethex-400";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue