🐛 Forgot css
This commit is contained in:
parent
c7f89b5c6b
commit
e4692864ba
@ -1,4 +1,4 @@
|
|||||||
import { ChevronLeftIcon } from "@heroicons/react/24/solid";
|
import { ArrowLongLeftIcon } from "@heroicons/react/24/outline";
|
||||||
import Button, { EButtonSize, EButtonstyletype, EButtonVariant } from "@Front/Components/DesignSystem/Button";
|
import Button, { EButtonSize, EButtonstyletype, EButtonVariant } from "@Front/Components/DesignSystem/Button";
|
||||||
import { NextRouter, useRouter } from "next/router";
|
import { NextRouter, useRouter } from "next/router";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
@ -21,7 +21,7 @@ class BackArrowClass extends React.Component<IPropsClass, IState> {
|
|||||||
public override render(): JSX.Element {
|
public override render(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
leftIcon={<ChevronLeftIcon />}
|
leftIcon={<ArrowLongLeftIcon />}
|
||||||
variant={EButtonVariant.PRIMARY}
|
variant={EButtonVariant.PRIMARY}
|
||||||
styletype={EButtonstyletype.TEXT}
|
styletype={EButtonstyletype.TEXT}
|
||||||
size={EButtonSize.SM}
|
size={EButtonSize.SM}
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
.bottom-container {
|
.bottom-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-top: var(--spacing-md, 16px);
|
||||||
gap: var(--spacing-xl, 32px);
|
gap: var(--spacing-xl, 32px);
|
||||||
|
|
||||||
.radio-container {
|
.radio-container {
|
||||||
|
@ -189,9 +189,7 @@ export default function CreateFolder(): JSX.Element {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className={classes["buttons-container"]}>
|
<div className={classes["buttons-container"]}>
|
||||||
<Button fullwidth type="submit">
|
<Button type="submit">Créer le dossier</Button>
|
||||||
Créer un dossier
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user