mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
change loader ui for login/signup
This commit is contained in:
@@ -199,8 +199,8 @@ const SimpleList = ({
|
||||
? 130
|
||||
: 130 - 60
|
||||
: listData[0] && !selectionMode
|
||||
? 150 - initialWindowMetrics.insets.top
|
||||
: (150 - initialWindowMetrics.insets.top) - 60,
|
||||
? 155 - initialWindowMetrics.insets.top
|
||||
: (155 - initialWindowMetrics.insets.top) - 60,
|
||||
};
|
||||
}, [selectionMode, listData, colors]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user