Skip to content
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const theme = {
primary: Colors.primaryColor,
accent: Colors.verusGreenColor,
},
fonts: configureFonts(fontConfig),
fonts: configureFonts({ config: fontConfig.default, isV3: false }),
version: 2
};

Expand Down
2 changes: 1 addition & 1 deletion src/containers/Home/Home.themes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DefaultTheme } from 'react-native-paper';
import { MD2LightTheme as DefaultTheme } from 'react-native-paper';

export const HomeListItemThemeDark = {
...DefaultTheme,
Expand Down