export const BACKGROUND_COLORS = {
  PRIMARY: "primary",
  POSITIVE: "positive",
  NEGATIVE: "negative",
  DARK: "dark"
};
