nicklima/strapi-blog-frontend-next

View on GitHub
styles/theme.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const theme = {
  white: "#fff",
  bg: "#1e1d32",
  text: "#fff",
  colors: {
    primary: "#292845",
    secondary: "#9692ff",
    tertiary: "#c2d4f8",
  },
}