(theme: CombinedTheme)
| 52 | }); |
| 53 | |
| 54 | export const createConfiguredFontNavigationTheme = (theme: CombinedTheme) => ({ |
| 55 | ...theme, |
| 56 | fonts: { |
| 57 | ...theme.fonts, |
| 58 | regular: { |
| 59 | ...theme.fonts.regular, |
| 60 | fontFamily: 'Abel', |
| 61 | }, |
| 62 | medium: { |
| 63 | ...theme.fonts.medium, |
| 64 | fontFamily: 'Abel', |
| 65 | }, |
| 66 | heavy: { |
| 67 | ...theme.fonts.heavy, |
| 68 | fontFamily: 'Abel', |
| 69 | }, |
| 70 | bold: { |
| 71 | ...theme.fonts.bold, |
| 72 | fontFamily: 'Abel', |
| 73 | }, |
| 74 | }, |
| 75 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…