Refactor page components

This commit is contained in:
Kamran Ahmed
2021-09-05 17:28:37 +02:00
parent f03472127c
commit 1c94fb8b95
2 changed files with 1 additions and 1 deletions

9
lib/theme.ts Normal file
View File

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