From adbd0c28ae4f79679d25d99698aa59774a26314c Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 29 Jul 2024 16:27:37 +0200 Subject: [PATCH] Fixed design system --- .../DesignSystem/RadioBox/index.tsx | 3 +- .../Components/Layouts/DesignSystem/index.tsx | 96 +++++++++---------- 2 files changed, 50 insertions(+), 49 deletions(-) diff --git a/src/front/Components/DesignSystem/RadioBox/index.tsx b/src/front/Components/DesignSystem/RadioBox/index.tsx index 8653e8de..e856e346 100644 --- a/src/front/Components/DesignSystem/RadioBox/index.tsx +++ b/src/front/Components/DesignSystem/RadioBox/index.tsx @@ -3,6 +3,7 @@ import React from "react"; import Tooltip from "../ToolTip"; import Typography, { ETypo, ETypoColor } from "../Typography"; import classes from "./classes.module.scss"; +import classNames from "classnames"; type IProps = { name: string; @@ -23,7 +24,7 @@ export default class RadioBox extends React.Component { public override render(): JSX.Element { return ( -