From 88acd08bcf65c4e8da1b65f16fab2e892c8915f1 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Wed, 17 Jul 2024 15:56:29 +0200 Subject: [PATCH] :bug: Fixing border bottom --- src/front/Components/Elements/Tabs/classes.module.scss | 2 +- src/front/Components/Elements/Tabs/index.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/front/Components/Elements/Tabs/classes.module.scss b/src/front/Components/Elements/Tabs/classes.module.scss index 3498652b..89a0e389 100644 --- a/src/front/Components/Elements/Tabs/classes.module.scss +++ b/src/front/Components/Elements/Tabs/classes.module.scss @@ -18,6 +18,7 @@ .show-more-container { position: relative; + border-bottom: 1px solid var(--color-neutral-500); .show-more { padding: 8px 16px; display: flex; @@ -27,7 +28,6 @@ align-items: center; color: white; cursor: pointer; - border-bottom: 1px solid var(--color-neutral-500); } .vertical-container { diff --git a/src/front/Components/Elements/Tabs/index.tsx b/src/front/Components/Elements/Tabs/index.tsx index cb552b36..08cc6438 100644 --- a/src/front/Components/Elements/Tabs/index.tsx +++ b/src/front/Components/Elements/Tabs/index.tsx @@ -3,8 +3,7 @@ import classes from "./classes.module.scss"; import HorizontalTab, { ITab } from "./HorizontalTab"; import VerticalTabs from "./VerticalTabs"; import Typography, { ETypo, ETypoColor } from "@Front/Components/DesignSystem/Typography"; -import { useDebounce, useToggle, useWindowSize } from "@uidotdev/usehooks"; -import Button from "@Front/Components/DesignSystem/Button"; +import { useDebounce, useWindowSize } from "@uidotdev/usehooks"; import useOpenable from "@Front/Hooks/useOpenable"; type ITabInternal = ITab & {