Removed shadow elevation since we don't really see a change and its not working on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user