From ae1306fd016df95e838e2ca767d1db27e080f023 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Fri, 8 Sep 2023 16:10:23 +0200 Subject: [PATCH] fix color --- src/components/styled/views/Catalog.styled.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styled/views/Catalog.styled.jsx b/src/components/styled/views/Catalog.styled.jsx index 336d4b2c..f830e5ad 100644 --- a/src/components/styled/views/Catalog.styled.jsx +++ b/src/components/styled/views/Catalog.styled.jsx @@ -135,7 +135,7 @@ export const PostPreview = styled.div` white-space: normal; max-width: 500px; width: fit-content; - color: #bbbfbd; + color: #dedede; font-size: 10pt; text-align: left; }