Forráskód Böngészése

:art: borderRadius: 8

visuddhinanda 3 éve
szülő
commit
7bc40da911
1 módosított fájl, 5 hozzáadás és 1 törlés
  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>