Zipline-Android-App/constants/skeleton.ts
Stef-00012 438f3b9bbe
Some checks failed
Build APK / build (push) Has been cancelled
add skeleton loading, fix not being able to login when non-admin
2025-05-05 19:37:09 +02:00

5 lines
190 B
TypeScript

export const colors = [
"#161c2d", // slightly lighter than background
"#2a3452", // more saturated/brighter mid-tone for gradient
"#161c2d", // back to first color for smooth looping
];