fix: use new custom property for background
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user