ebanutsya

This commit is contained in:
2023-10-30 09:16:25 +03:00
parent cd89a70b17
commit 2a4479faac
13 changed files with 393 additions and 80 deletions

View File

@@ -56,7 +56,7 @@ const OrderProductsList: FC<ListProps> = ({products, onSelected}) => {
const listStyles = StyleSheet.create({
container: {
backgroundColor: "white",
backgroundColor: 'white',
flex: 1
},
title: {