make dialog a lil smaller

This commit is contained in:
Samuel Newman
2025-04-17 18:43:26 +03:00
parent b7668edd86
commit 3adc3439d9
@@ -240,8 +240,8 @@ function DialogInner({
data={items}
renderItem={renderItem}
keyExtractor={keyExtractor}
style={[web(a.px_0)]}
webInnerStyle={[web({minHeight: '80vh'})]}
style={[web([{height: '80vh', maxHeight: 600}, a.px_0])]}
webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}
webInnerContentContainerStyle={[web(a.py_0)]}
contentContainerStyle={[web(a.pb_xl)]}
stickyHeaderIndices={[0]}