Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit c8a0c7e

Browse files
fix dark mode docs drawer bg (#1799)
Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
1 parent db90d81 commit c8a0c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcweb/components/docpage/navbar/buttons/sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def docs_sidebar_drawer(sidebar: rx.Component, trigger) -> rx.Component:
134134
sidebar,
135135
class_name="relative flex flex-col w-full",
136136
),
137-
class_name="!top-[4rem] flex-col !bg-slate-1 rounded-[24px_24px_0px_0px] w-full h-full !outline-none",
137+
class_name="!top-[4rem] flex-col !bg-secondary-1 rounded-[24px_24px_0px_0px] w-full h-full !outline-none",
138138
),
139139
),
140140
)

0 commit comments

Comments
 (0)