Personalisation
The application allows for easy configuration of colours and fonts
Last updated
The application allows for easy configuration of colours and fonts
Last updated
// TO CHANGE THE MAIN APP COLORS, CHANGE THESE COLOUR CODES
export const COLORS = {
primary1: '#D7F8C3',
primary2: '#A3F8FF',
backgroundGray: '#DDDDDD',
black: '#020202',
white: '#fff',
lightGray: '#C4C4C4', // USED IN SEARCH BAR
};export const TITLE_FONT = 'Montserrat-Regular';
export const BODY_FONT = 'Chivo-Regular';export const ENABLE_LIKE_ANIMATION_1 = true;
export const ENABLE_LIKE_ANIMATION_2 = false;