modal background changed

This commit is contained in:
frost768 2023-04-20 21:43:51 +03:00
parent 12c245b2da
commit 2239c186a5
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export function ModalCard(props: { className?: string; children?: ReactNode }) {
return ( return (
<div <div
className={[ className={[
"relative mx-2 w-[500px] overflow-hidden rounded-lg bg-denim-200 px-10 py-10 sm:w-[500px] md:w-[500px] lg:w-[1000px]", "relative mx-2 w-[500px] overflow-hidden rounded-lg bg-denim-300 px-10 py-10 sm:w-[500px] md:w-[500px] lg:w-[1000px]",
props.className ?? "", props.className ?? "",
].join(" ")} ].join(" ")}
> >

View File

@ -46,7 +46,7 @@ export default function SettingsModal(props: {
).toFixed(0); ).toFixed(0);
return ( return (
<Modal show={props.show}> <Modal show={props.show}>
<ModalCard className="bg-ash-300 text-white"> <ModalCard className="text-white">
<div className="flex flex-col gap-4"> <div className="flex flex-col gap-4">
<div className="flex flex-row justify-between"> <div className="flex flex-row justify-between">
<span className="text-xl font-bold">{t("settings.title")}</span> <span className="text-xl font-bold">{t("settings.title")}</span>