From 019cfe8a366e0a34bbe3d125cb0b9bb34da49b93 Mon Sep 17 00:00:00 2001 From: Yvann PONCE Date: Tue, 17 Sep 2024 11:10:30 +0200 Subject: [PATCH] add offers page --- libs/ui/common/src/lib/offers/offers.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/libs/ui/common/src/lib/offers/offers.tsx b/libs/ui/common/src/lib/offers/offers.tsx index 44e2130..58112cf 100644 --- a/libs/ui/common/src/lib/offers/offers.tsx +++ b/libs/ui/common/src/lib/offers/offers.tsx @@ -2,33 +2,40 @@ import { CenterFocusStrong } from '@mui/icons-material'; import './offers.css'; import { useNavigate } from "react-router-dom"; import { Button, Typography, ButtonGroup, Box } from "@mui/material"; +import { red } from '@mui/material/colors'; import * as React from 'react'; import { useState } from 'react'; import { Router } from 'react-router-dom'; export function Offers() { - + const myColor = red[500] const buttons = [ , , , ]; return ( - + Offers