1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00
2021-08-01 18:37:32 +02:00

9 lines
149 B
TypeScript

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