mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
medium font size for various occurances
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => {
|
||||
</div>
|
||||
<div className="dark:text-gray-100 text-lg font-bold text-gray-900">Enter Password</div>
|
||||
|
||||
<p className="text-sm text-gray-500">
|
||||
<p className="text-sm text-gray-500 font-medium">
|
||||
This route (the folder itself and the files inside) is password protected. If you know the password, please
|
||||
enter it below.
|
||||
</p>
|
||||
@@ -44,7 +44,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => {
|
||||
}}
|
||||
/>
|
||||
<button
|
||||
className="focus:outline-none focus:ring focus:ring-blue-300 hover:bg-blue-400 px-4 py-2 text-white bg-blue-500 rounded"
|
||||
className="focus:outline-none focus:ring focus:ring-blue-400 hover:bg-blue-500 px-4 py-2 text-white bg-blue-600 rounded"
|
||||
onClick={() => {
|
||||
setPersistedToken(token)
|
||||
router.reload()
|
||||
|
||||
Reference in New Issue
Block a user