We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af6955 commit 0ee6196Copy full SHA for 0ee6196
components/ArticlePreview/ArticlePreview.tsx
@@ -97,7 +97,7 @@ const ArticlePreview: NextPage<Props> = ({
97
98
return (
99
<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 " />
+ <div className="absolute bottom-[-1px] left-0 top-[-1px] flex w-2 justify-between bg-pink-600" />
101
<div className="flex justify-between">
102
<div className="mb-4 flex items-center">
103
<span className="sr-only">{name}</span>
0 commit comments