mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
10 lines
177 B
TypeScript
10 lines
177 B
TypeScript
export const COLORS = {
|
|
primary: "#e1c44a",
|
|
secondary: "#f50057",
|
|
accent: "#ff5722",
|
|
success: "#4caf50",
|
|
warning: "#ff9800",
|
|
error: "#f44336",
|
|
info: "#2196f3",
|
|
};
|