diff --git a/components/Modal/Collection/DeleteCollection.tsx b/components/Modal/Collection/DeleteCollection.tsx index 2295abc..44718bb 100644 --- a/components/Modal/Collection/DeleteCollection.tsx +++ b/components/Modal/Collection/DeleteCollection.tsx @@ -50,7 +50,7 @@ export default function DeleteCollection({
Warning!
Please note that deleting the collection will permanently remove all its contents, including the following: @@ -81,7 +81,7 @@ export default function DeleteCollection({
+
To confirm, type " {collection.name} " in the box below: @@ -93,12 +93,12 @@ export default function DeleteCollection({ onChange={(e) => setInputField(e.target.value)} type="text" placeholder={`Type "${collection.name}" Here.`} - className="w-72 sm:w-96 rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-700 duration-100" + className="w-72 sm:w-96 rounded-md p-3 mx-auto border-sky-100 dark:border-sky-800 dark:bg-blue-950 border-solid border outline-none focus:border-sky-700 duration-100" />
+
Click the button below to leave the current collection:
)} diff --git a/components/Modal/Collection/TeamManagement.tsx b/components/Modal/Collection/TeamManagement.tsx index ad9a099..7775534 100644 --- a/components/Modal/Collection/TeamManagement.tsx +++ b/components/Modal/Collection/TeamManagement.tsx @@ -117,7 +117,7 @@ export default function TeamManagement({Make Public
+Make Public
+
This will let Anyone to view this collection.
> @@ -135,7 +135,7 @@ export default function TeamManagement({ {collection.isPublic ? (+
Public Link (Click to copy)
Member Management
++ Member Management +
+
(All Members have Read access to this collection.)
+
{e.user.name}
@{e.user.username}
@@ -248,14 +250,14 @@ export default function TeamManagement({Permissions
{permissions === true && ( -+
(Click to toggle.)
)} @@ -265,7 +267,7 @@ export default function TeamManagement({ !e.canCreate && !e.canUpdate && !e.canDelete ? ( -+
Has no permissions.
) : ( @@ -305,7 +307,7 @@ export default function TeamManagement({ }} />+
{collectionOwner.name}
@{collectionOwner.username}
++ @{collectionOwner.username} +
Permissions
-Full Access (Owner)
+Permissions
+Full Access (Owner)