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,
|
borderRadius: 10,
|
||||||
shadowOpacity: 0.3,
|
shadowOpacity: 0.3,
|
||||||
shadowRadius: 4.65,
|
shadowRadius: 4.65,
|
||||||
elevation: 8,
|
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user