Skip to content

Commit 868c20d

Browse files
Setup fonts and types
1 parent 9725e70 commit 868c20d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/@types/components.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { type TouchableOpacityProps } from 'react-native'
33

44
export interface ButtonProps extends TouchableOpacityProps {
55
onPress?: () => void
6-
children: JSX.Element
6+
text: string
7+
extraClasses?: React.ComponentProps<'div'>['className']
78
}
89

910
export interface BackgroundProps {

tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
latoRegular: ['Lato_400Regular'],
1616
latoBold: ['Lato_700Bold'],
1717
montserratRegular: ['Montserrat_400Regular'],
18+
montserratBold: ['Montserrat_700Bold'],
1819
},
1920
},
2021
},

0 commit comments

Comments
 (0)