ri7nz/Warpokex

View on GitHub
src/theming.js

Summary

Maintainability
A
0 mins
Test Coverage
import { DefaultTheme } from 'atomize'

export const theme = {
  ...DefaultTheme,
  colors: {
    ...DefaultTheme.colors,
    primary: 'blue',
    accent: 'black',
  },
  transition: 'transform 0.8s linear',
}