Theming

Customize the Look and Feel


Starter supports full theming capabilities.


Theme Configuration


// theme.js

export const theme = {

colors: {

primary: '#03a9f4',

secondary: '#718096',

background: '#F7FAFC',

},

fonts: {

sans: 'Geist, sans-serif',

},

};


Apply your theme using the ThemeProvider.