(react) add button sizes

Add two sizes for the Button component: small and medium. They
are present on the new delivered sketches concerning pagination
but dont exists yet.
This commit is contained in:
Nathan Vasse
2023-02-16 14:41:40 +01:00
committed by NathanVss
parent f3e3b568fc
commit 05242ffbcd
8 changed files with 63 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import { act, render, screen, waitFor } from "@testing-library/react";
import React from "react";
import { buildTheme, loadTokens } from "tests/Theme";
import userEvent from "@testing-library/user-event";
import { buildTheme, loadTokens } from "tests/Theme";
import { Button } from "./index";
describe("<Button/>", () => {