dark mode support, close #14

This commit is contained in:
spencerwooo
2021-08-23 16:14:08 +01:00
parent 96e9dbb2b2
commit ae8ada58ca
19 changed files with 1526 additions and 177 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const VideoPreview: FunctionComponent<{ file: any }> = ({ file }) => {
return (
<>
<div className="bg-white rounded shadow p-3">
<div className="bg-white dark:bg-gray-900 rounded shadow p-3">
<div className="relative" style={{ paddingTop: '56.25%' }}>
<ReactPlayer
className="absolute top-0 left-0 w-full h-full"