Add carbon integration

This commit is contained in:
Kamran Ahmed
2021-09-05 18:45:32 +02:00
parent dd43969dfb
commit 0a6d72f671
7 changed files with 75 additions and 3 deletions

9
styles/theme.ts Normal file
View File

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