Roadmap to becoming a developer in 2022
 
 
 
 
 

9 lines
149 B

import { extendTheme } from '@chakra-ui/react';
export const roadmapTheme = extendTheme({
colors: {
brand: {
bg: '#222222'
}
}
});