UI customization
CSS Themes
Example:-
components/ui/styleUtils.ts
import { PurpleTheme } from './PurpleTheme';
export const Theme = PurpleTheme;App Logo and Background Images
HomeScreenLogo: require(path of logo you want to use, in string format) in a theme file
Example:-
import HomeScreenLogo from '../../../assets/InjiHomeLogo.svg';
export const DefaultTheme = {
HomeScreenLogo: HomeScreenLogo
...
}Colours


VC Card Customization:
Last updated
Was this helpful?