feat(settings/user/color): implement basic color picker without animations
This commit is contained in:
6
app/utils/app.ts
Normal file
6
app/utils/app.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const APP_COLORS = [
|
||||
["#61829a", "#ba4900", "#fb0018", "#fb8afb"],
|
||||
["#fb9200", "#f3e300", "#aafb00", "#00fb00"],
|
||||
["#00a238", "#49db8a", "#30baf3", "#0059f3"],
|
||||
["#000092", "#8a00d3", "#d300eb", "#fb0092"],
|
||||
];
|
||||
Reference in New Issue
Block a user