remove all shadows

This commit is contained in:
spencerwooo
2021-12-17 14:35:24 +08:00
parent 476f24164d
commit a27cc18951
12 changed files with 25 additions and 30 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const VideoPreview: FunctionComponent<{ file: any }> = ({ file }) => {
return (
<>
<div className="dark:bg-gray-900 p-3 bg-white rounded shadow">
<div className="dark:bg-gray-900 p-3 bg-white rounded">
<div className="relative" style={{ paddingTop: '56.25%' }}>
<ReactPlayer
className="absolute top-0 left-0 w-full h-full"