@@ -305,7 +305,7 @@ export default function TeamManagement({
}}
/>
-
+
{collectionOwner.name}
@{collectionOwner.username}
+
+
+
Permissions
+
Full Access (Owner)
+
{permissions === true && (
diff --git a/components/Modal/Collection/index.tsx b/components/Modal/Collection/index.tsx
index e3d5f8a4..c246e9bb 100644
--- a/components/Modal/Collection/index.tsx
+++ b/components/Modal/Collection/index.tsx
@@ -46,9 +46,9 @@ export default function CollectionModal({
{method === "CREATE" && (
- New Collection
+ New Collection
)}
-
+
{method === "UPDATE" && (
<>
{isOwner && (
diff --git a/components/Modal/Link/AddOrEditLink.tsx b/components/Modal/Link/AddOrEditLink.tsx
index ceecdc62..f1d2f85a 100644
--- a/components/Modal/Link/AddOrEditLink.tsx
+++ b/components/Modal/Link/AddOrEditLink.tsx
@@ -125,7 +125,7 @@ export default function AddOrEditLink({
-
+
Name
@@ -134,13 +134,13 @@ export default function AddOrEditLink({
onChange={(e) => setLink({ ...link, name: e.target.value })}
type="text"
placeholder="e.g. Example Link"
- className="w-full rounded-md p-2 border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100"
+ className="w-full rounded-md p-2 border-sky-100 border-solid border outline-none focus:border-sky-700 duration-100"
/>
{method === "CREATE" ? (
-
+
URL
@@ -149,13 +149,13 @@ export default function AddOrEditLink({
onChange={(e) => setLink({ ...link, url: e.target.value })}
type="text"
placeholder="e.g. http://example.com/"
- className="w-full rounded-md p-2 border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100"
+ className="w-full rounded-md p-2 border-sky-100 border-solid border outline-none focus:border-sky-700 duration-100"
/>
) : null}
-
Collection
+
Collection
-
Tags
+
Tags
{
@@ -183,7 +183,7 @@ export default function AddOrEditLink({
/>
-
Description
+
Description
diff --git a/components/Modal/Link/LinkDetails.tsx b/components/Modal/Link/LinkDetails.tsx
index 1847c92b..19904bda 100644
--- a/components/Modal/Link/LinkDetails.tsx
+++ b/components/Modal/Link/LinkDetails.tsx
@@ -151,7 +151,7 @@ export default function LinkDetails({ link }: Props) {
/>
)}
-
+
{link.name}
Screenshot
-
+
handleDownload("png")}
- className="cursor-pointer hover:bg-sky-100 duration-100 p-2 rounded-md"
+ className="cursor-pointer hover:bg-slate-200 duration-100 p-2 rounded-md"
>
PDF
-
+
handleDownload("pdf")}
- className="cursor-pointer hover:bg-sky-100 duration-100 p-2 rounded-md"
+ className="cursor-pointer hover:bg-slate-200 duration-100 p-2 rounded-md"
>
{method === "CREATE" && (
- New Link
+ New Link
)}
diff --git a/components/Modal/User/ChangePassword.tsx b/components/Modal/User/ChangePassword.tsx
index 4c95d8e8..f4f59ed5 100644
--- a/components/Modal/User/ChangePassword.tsx
+++ b/components/Modal/User/ChangePassword.tsx
@@ -81,23 +81,23 @@ export default function ChangePassword({
return (
-
New Password
+
New Password
setNewPassword1(e.target.value)}
type="password"
placeholder="••••••••••••••"
- className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100"
+ className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-700 duration-100"
/>
-
Confirm New Password
+
Confirm New Password
setNewPassword2(e.target.value)}
type="password"
placeholder="••••••••••••••"
- className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-500 duration-100"
+ className="w-full rounded-md p-3 mx-auto border-sky-100 border-solid border outline-none focus:border-sky-700 duration-100"
/>
-
Profile Visibility
+
Profile Visibility
- Whitelisted Users
+ Whitelisted Users
Please provide the Username of the users you wish to grant
visibility to your profile. Separated by comma.