stats + stat card
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export const COLORS = {
|
||||
primary: "#ffa800",
|
||||
border: "#f5f7fc",
|
||||
description: "#c3c7dd",
|
||||
gray: "#4F5260",
|
||||
grayLight: "#8C90A3",
|
||||
success: "#00BA4B",
|
||||
error: "red",
|
||||
info: "blue",
|
||||
black: "black",
|
||||
white: "#fff",
|
||||
} as const;
|
||||
|
||||
export type ColorKey = keyof typeof COLORS;
|
||||
Reference in New Issue
Block a user