diff --git a/components/layout/cardBackground.tsx b/components/layout/cardBackground.tsx index d00bb8d..8694474 100644 --- a/components/layout/cardBackground.tsx +++ b/components/layout/cardBackground.tsx @@ -1,6 +1,6 @@ -import {Button, Card, Stack, Typography} from "@mui/material"; +import {Button, Card, Stack, Typography, useTheme} from "@mui/material"; import React, {ReactNode} from 'react'; -import NextLink from "next/link"; +import {red} from "@mui/material/colors"; type CardProps = { title?: string;