Removed shadow elevation since we don't really see a change and its not working on mobile

This commit is contained in:
Clément Le Bihan
2023-11-29 23:50:37 +01:00
parent ff4926fa80
commit a4a10eb7f2

View File

@@ -14,7 +14,6 @@ const ElementList = ({ elements, style }: ElementListProps) => {
borderRadius: 10,
shadowOpacity: 0.3,
shadowRadius: 4.65,
elevation: 8,
backgroundColor: 'transparent',
overflow: 'hidden',
} as const;