Skip to content

Commit 0ee6196

Browse files
committed
Change pink shade
1 parent 7af6955 commit 0ee6196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ArticlePreview/ArticlePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const ArticlePreview: NextPage<Props> = ({
9797

9898
return (
9999
<article className="relative my-2 rounded-r border border-l-0 border-neutral-300 bg-white p-4 pl-6 dark:border-neutral-600 dark:bg-neutral-900">
100-
<div className="absolute bottom-[-1px] left-0 top-[-1px] flex w-2 justify-between bg-pink-500 " />
100+
<div className="absolute bottom-[-1px] left-0 top-[-1px] flex w-2 justify-between bg-pink-600" />
101101
<div className="flex justify-between">
102102
<div className="mb-4 flex items-center">
103103
<span className="sr-only">{name}</span>

0 commit comments

Comments
 (0)