fix: use new custom property for background

This commit is contained in:
Chuma McPhoy
2024-07-11 10:28:06 +02:00
parent b1698a8a2e
commit c17bd782c2
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@
import { Children, cloneElement, PropsWithChildren } from "react"
import { Dialog, DialogTrigger, Modal } from "react-aria-components"
import Title from "@/components/TempDesignSystem/Text/Title"
import styles from "./sidePeek.module.css"
type SidePeekProps = {

View File

@@ -4,7 +4,7 @@
bottom: 0;
right: 0px;
width: 600px;
background-color: var(--Base-Background-Normal);
background-color: var(--Base-Background-Primary-Normal);
z-index: 100;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}