always show title in header on tablet

This commit is contained in:
ammarahm-ed
2021-02-23 00:57:03 +05:00
parent 50982df544
commit 0d4ebf817e

View File

@@ -68,7 +68,7 @@ export const HeaderTitle = () => {
return (
<Animated.View
style={{
opacity: DDS.isLargeTablet() ? 1 : opacity,
opacity: DDS.isTab ? 1 : opacity,
}}>
<Heading color={headerTextState?.color}>
<Heading color={colors.accent}>