mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix border radius of context menu
This commit is contained in:
@@ -51,7 +51,6 @@ const SheetWrapper = ({
|
||||
const dimensions = useSettingStore((state) => state.dimensions);
|
||||
const pitchBlack = useSettingStore((state) => state.settings.pitchBlack);
|
||||
const insets = useGlobalSafeAreaInsets();
|
||||
console.log(colors.primary.background);
|
||||
let width = dimensions.width > 600 ? 600 : 500;
|
||||
|
||||
const style = React.useMemo(() => {
|
||||
|
||||
@@ -92,7 +92,8 @@ export function SettingsPicker<T>({
|
||||
borderRadius: 5,
|
||||
backgroundColor: colors.primary.background,
|
||||
width: width,
|
||||
marginTop: 60
|
||||
marginTop: 60,
|
||||
overflow: "hidden"
|
||||
}}
|
||||
onRequestClose={() => {
|
||||
menuRef.current?.hide();
|
||||
|
||||
Reference in New Issue
Block a user