Add EditProfile modal

This commit is contained in:
Paul Frazee 2022-09-07 16:00:25 -05:00
parent 5ae39612d7
commit 9010078489
9 changed files with 177 additions and 8 deletions

View file

@ -52,7 +52,7 @@ export const gradients = {
export const s = StyleSheet.create({
// font weights
fw600: {fontWeight: '600'},
bold: {fontWeight: '600'},
bold: {fontWeight: 'bold'},
fw500: {fontWeight: '500'},
semiBold: {fontWeight: '500'},
fw400: {fontWeight: '400'},