fixed dark mode booker (#8315)

pull/8171/head^2
Peer Richelsen 2023-04-16 23:47:07 +02:00 committed by GitHub
parent c829a7de82
commit e64b26c7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ const BookingPage = ({
<div
className={classNames(
"main",
isBackgroundTransparent ? "" : "bg-default",
isBackgroundTransparent ? "" : "bg-default dark:bg-muted",
"border-booker sm:border-booker-width rounded-md"
)}>
<div className="sm:flex">