Skip to content

Commit dde2239

Browse files
committed
Change rounded to only right
1 parent 6433f7d commit dde2239

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
@@ -84,7 +84,7 @@ const ArticlePreview: NextPage<Props> = ({
8484
};
8585

8686
return (
87-
<article className="relative my-2 rounded border border-l-0 border-l-4 border-neutral-300 bg-white p-4 dark:border-neutral-600 dark:border-l-pink-600 dark:bg-neutral-900">
87+
<article className="relative my-2 rounded-r border border-l-0 border-l-4 border-neutral-300 bg-white p-4 dark:border-neutral-600 dark:border-l-pink-600 dark:bg-neutral-900">
8888
<div className="absolute bottom-0 left-0 top-0 flex justify-between border-l-4 border-l-pink-500 dark:border-l-pink-500"></div>
8989
<div className="flex justify-between">
9090
<div className="mb-4 flex items-center">

0 commit comments

Comments
 (0)