diff --git a/client/src/components/CardModal/Attachments/Item.jsx b/client/src/components/CardModal/Attachments/Item.jsx
index 60293dd9..90bedd3d 100644
--- a/client/src/components/CardModal/Attachments/Item.jsx
+++ b/client/src/components/CardModal/Attachments/Item.jsx
@@ -65,7 +65,16 @@ const Item = React.memo(
>
{coverUrl ? (
isCover && (
-
+
)
) : (
{extension || '-'}
diff --git a/client/src/components/CardModal/Attachments/Item.module.css b/client/src/components/CardModal/Attachments/Item.module.css
index 806d522c..37459517 100644
--- a/client/src/components/CardModal/Attachments/Item.module.css
+++ b/client/src/components/CardModal/Attachments/Item.module.css
@@ -98,7 +98,7 @@
}
.thumbnailLabel {
- border-color: rgba(255, 255, 255, 0.8) !important;
+ border-color: rgba(29, 46, 63, 0.8) !important;
}
.wrapper {