fixed dark mode booker (#8315)
parent
c829a7de82
commit
e64b26c7e1
|
@ -547,7 +547,7 @@ const BookingPage = ({
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"main",
|
"main",
|
||||||
isBackgroundTransparent ? "" : "bg-default",
|
isBackgroundTransparent ? "" : "bg-default dark:bg-muted",
|
||||||
"border-booker sm:border-booker-width rounded-md"
|
"border-booker sm:border-booker-width rounded-md"
|
||||||
)}>
|
)}>
|
||||||
<div className="sm:flex">
|
<div className="sm:flex">
|
||||||
|
|
Loading…
Reference in New Issue