import { extendTheme } from '@chakra-ui/react';

export const roadmapTheme = extendTheme({
  colors: {
    brand: {
      bg: '#222222'
    }
  }
});