mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
some changes for tablets
This commit is contained in:
@@ -55,7 +55,7 @@ export const HeaderTitle = () => {
|
||||
return (
|
||||
<Animated.View
|
||||
style={{
|
||||
opacity: opacity,
|
||||
opacity: DDS.isLargeTablet() ? 1 : opacity,
|
||||
}}>
|
||||
<Heading color={headerTextState.color}>
|
||||
<Heading color={colors.accent}>
|
||||
|
||||
Reference in New Issue
Block a user