Refactor page components
This commit is contained in:
9
lib/theme.ts
Normal file
9
lib/theme.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { extendTheme } from '@chakra-ui/react';
|
||||
|
||||
export const roadmapTheme = extendTheme({
|
||||
colors: {
|
||||
brand: {
|
||||
bg: '#222222'
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user