mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: set sheet overlay color to theme backdrop
This commit is contained in:
@@ -263,6 +263,7 @@ export const TopicsSheet = () => {
|
||||
index
|
||||
);
|
||||
}}
|
||||
overlayColor={colors.primary.backdrop}
|
||||
closable={!canShow}
|
||||
elevation={10}
|
||||
indicatorStyle={{
|
||||
|
||||
@@ -103,7 +103,7 @@ const SheetWrapper = ({
|
||||
keyboardDismissMode="none"
|
||||
enableGesturesInScrollView={enableGesturesInScrollView}
|
||||
defaultOverlayOpacity={overlayOpacity}
|
||||
overlayColor={pitchBlack ? "#585858" : "#2b2b2b"}
|
||||
overlayColor={colors.primary.backdrop}
|
||||
keyboardShouldPersistTaps="always"
|
||||
openAnimationConfig={{
|
||||
friction: 9
|
||||
|
||||
Reference in New Issue
Block a user