9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
![]() |
import { extendTheme } from '@chakra-ui/react';
|
||
|
|
||
|
export const roadmapTheme = extendTheme({
|
||
|
colors: {
|
||
|
brand: {
|
||
|
bg: '#222222'
|
||
|
}
|
||
|
}
|
||
|
});
|