Update banner colors

This commit is contained in:
Kamran Ahmed
2021-12-09 13:25:01 +01:00
parent 074adee8f0
commit 47e2a9b968
4 changed files with 67 additions and 30 deletions

View File

@ -3,9 +3,9 @@ import { extendTheme } from '@chakra-ui/react';
export const roadmapTheme = extendTheme({
colors: {
brand: {
bg: '#222222',
hero: '#161616',
footer: '#1c1c1c'
bg: '#06020d',
hero: '#06020d',
footer: '#0d041e'
}
}
});