[nobuild] move checkbox & select missing styles to @/styles, ipdate todo

This commit is contained in:
Stef-00012 2025-02-03 10:51:54 +01:00
parent 743872bae0
commit 46f126a175
No known key found for this signature in database
GPG key ID: 4EA4DF16B1BF5D66
5 changed files with 37 additions and 16 deletions

View file

@ -77,18 +77,16 @@ export default function Select({
onRequestClose={() => setIsOpen(false)}
>
<TouchableOpacity
style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'rgba(0, 0, 0, 0.5)',
}}
style={styles.selectContainer}
onPress={() => setIsOpen(false)}
>
<View style={{ ...styles.select, width: '90%', maxHeight: maxHeight, borderRadius: 10 }}>
<View style={{
...styles.select,
maxHeight: maxHeight
}}>
<FlatList
data={data}
style={{borderRadius: 10}}
style={styles.openSelectContainer}
keyExtractor={(item, index) => index.toString()}
showsVerticalScrollIndicator={showScrollIndicator}
renderItem={({ item, index }) => (