From 7a4b3978a7f9226d0be4c9d50be9671e06308217 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Wed, 13 Sep 2023 22:43:17 +0300 Subject: [PATCH] Fixed stories preview buttons color --- front/src/components/StoriesPreview.tsx | 9 ++++----- front/src/styles/StoriesPreview.module.css | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/src/components/StoriesPreview.tsx b/front/src/components/StoriesPreview.tsx index c255c65..c7cc743 100644 --- a/front/src/components/StoriesPreview.tsx +++ b/front/src/components/StoriesPreview.tsx @@ -1,6 +1,5 @@ import { Link } from 'react-router-dom' import { useEffect, useLayoutEffect, useRef, useState } from 'react' -import { Button } from 'react-bootstrap' import { UserCategory, composeUserCategoriesFilters, userCategoriesInfos } from '../assets/userCategories' import { Announcement } from '../api/announcement/types' @@ -96,9 +95,9 @@ function StoriesPreviewCarousel({ announcements, category }: StoriesPreviewProps return
{showScrollButtons.left && - + } {showScrollButtons.right && - + }
} diff --git a/front/src/styles/StoriesPreview.module.css b/front/src/styles/StoriesPreview.module.css index 5d0a25c..2e0b3ed 100644 --- a/front/src/styles/StoriesPreview.module.css +++ b/front/src/styles/StoriesPreview.module.css @@ -42,6 +42,7 @@ top: 0; z-index: 100; background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 255) 100%); + background-color: transparent; display: block; height: 100%; width: 10%;