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

View File

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