diff --git a/components/LinkCard.tsx b/components/LinkCard.tsx index 555358a..7a23d87 100644 --- a/components/LinkCard.tsx +++ b/components/LinkCard.tsx @@ -218,7 +218,7 @@ export default function LinkCard({ link, count, className }: Props) { width={64} height={64} alt="" - className={`absolute w-12 duration-100 bg-white rounded-md p-1 bottom-5 right-5 select-none z-10`} + className={`absolute w-12 duration-100 bg-white shadow rounded-md p-1 bottom-5 right-5 select-none z-10`} draggable="false" onError={(e) => { const target = e.target as HTMLElement; diff --git a/components/Modal/Link/PreservedFormats.tsx b/components/Modal/Link/PreservedFormats.tsx index d1bc5bf..4017c32 100644 --- a/components/Modal/Link/PreservedFormats.tsx +++ b/components/Modal/Link/PreservedFormats.tsx @@ -92,7 +92,7 @@ export default function PreservedFormats() { {link?.screenshotPath && link?.screenshotPath !== "pending" ? (
Update Preserved Formats
-(Refresh Link)
+Update Preserved Formats
+(Refresh Link)
+{optionsExpanded ? "Hide" : "More"} Options
-{optionsExpanded ? "Hide" : "More"} Options
-+
By {collectionOwner.name} {activeCollection.members.length > 0 ? ` and ${activeCollection.members.length} others` diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx index 18bbde1..7d25b71 100644 --- a/pages/public/collections/[id].tsx +++ b/pages/public/collections/[id].tsx @@ -169,7 +169,7 @@ export default function PublicCollections() { ) : null} -
+
By {collectionOwner.name} {collection.members.length > 0 ? ` and ${collection.members.length} others` diff --git a/tailwind.config.js b/tailwind.config.js index e3c7cc0..45322f5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,9 +6,9 @@ module.exports = { themes: [ { light: { - primary: "#0284c7", + primary: "#0369a1", secondary: "#0891b2", - accent: "#6366f1", + accent: "#6d28d9", neutral: "#6b7280", "neutral-content": "#d1d5db", "base-100": "#ffffff", @@ -22,9 +22,9 @@ module.exports = { }, { dark: { - primary: "#38bdf8", + primary: "#7dd3fc", secondary: "#22d3ee", - accent: "#6366f1", + accent: "#6d28d9", neutral: "#9ca3af", "neutral-content": "#404040", "base-100": "#171717",