diff --git a/package.json b/package.json index 64ba677..36b59e8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@emotion/styled": "^11.8.1", "@iarna/toml": "^2.2.5", "@prisma/client": "3.10.0", - "@reduxjs/toolkit": "^1.8.0", + "@reduxjs/toolkit": "1.7.2", "argon2": "^0.28.5", "cookie": "^0.4.2", "copy-to-clipboard": "^3.3.1", diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b729745..94052e8 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -54,7 +54,7 @@ export default function Layout({ children, id, user }) { return ( <> {busy ? ( - + ) : ( <> diff --git a/src/components/pages/Upload.tsx b/src/components/pages/Upload.tsx index 631ca94..a1e9dd7 100644 --- a/src/components/pages/Upload.tsx +++ b/src/components/pages/Upload.tsx @@ -57,11 +57,11 @@ export default function Upload() { px={2} boxShadow='xl' bg={useColorModeValue('gray.100', 'gray.700')} - fg={useColorModeValue('gray.800', 'white')} + color={useColorModeValue('gray.800', 'white')} p={2} borderRadius={4} shadow={useColorModeValue('outline', 'dark-lg')}> - Upload a file + Upload a file