mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
always show title in header on tablet
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user