aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-20 12:12:04 -0500
committerGitHub <noreply@github.com>2021-02-20 12:12:04 -0500
commitfbda685fe7eaa1acc5f80a4c748d4253da9e11e0 (patch)
tree2078369aa878324088e62b998de76e0a5e487819 /src/components/common
parentf4d8c3058ac601b0652f28e4ac5e3a6360b7bbd7 (diff)
parent8357cea9e510c97ba8816cb6850541509c5d764e (diff)
Merge pull request #253 from shravyaramesh/tma644-edit-suggested
Tma644 edit suggested
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/GenericMoreInfoDrawer.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/common/GenericMoreInfoDrawer.tsx b/src/components/common/GenericMoreInfoDrawer.tsx
index a23d7736..ff32a464 100644
--- a/src/components/common/GenericMoreInfoDrawer.tsx
+++ b/src/components/common/GenericMoreInfoDrawer.tsx
@@ -11,7 +11,7 @@ import {
import {useSafeAreaInsets} from 'react-native-safe-area-context';
import {BottomDrawer} from '.';
import {TAGG_LIGHT_BLUE} from '../../constants';
-import {SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils';
+import {normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils';
// conforms the JSX onPress attribute type
type OnPressHandler = (event: GestureResponderEvent) => void;
@@ -75,8 +75,10 @@ const styles = StyleSheet.create({
borderTopRightRadius: 20,
},
panelButtonTitle: {
- fontSize: 18,
- fontWeight: 'bold',
+ fontSize: 17,
+ fontWeight: '600',
+ lineHeight: normalize(20),
+ letterSpacing: normalize(0.1),
},
icon: {
height: 25,