Parcourir la source

:art: borderRadius: 8

visuddhinanda il y a 3 ans
Parent
commit
7bc40da911
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      dashboard/src/components/article/AnthologyCard.tsx

+ 5 - 1
dashboard/src/components/article/AnthologyCard.tsx

@@ -39,7 +39,11 @@ const Widget = (prop: IWidgetAnthologyCard) => {
   });
   return (
     <>
-      <Card hoverable bordered={false} style={{ width: "100%" }}>
+      <Card
+        hoverable
+        bordered={false}
+        style={{ width: "100%", borderRadius: 8 }}
+      >
         <Title level={4}>
           <Link to={`/anthology/${prop.data.id}`}>{prop.data.title}</Link>
         </Title>