From 516cf1c9e56eecce4587be40142a6eb6b13ecf73 Mon Sep 17 00:00:00 2001 From: Kilu Date: Thu, 27 Jun 2024 20:07:47 +0800 Subject: [PATCH] fix: some style --- .../src/components/publish/outline/OutlineDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_web_app/src/components/publish/outline/OutlineDrawer.tsx b/frontend/appflowy_web_app/src/components/publish/outline/OutlineDrawer.tsx index 3cbf82fa0a..4f9f645d99 100644 --- a/frontend/appflowy_web_app/src/components/publish/outline/OutlineDrawer.tsx +++ b/frontend/appflowy_web_app/src/components/publish/outline/OutlineDrawer.tsx @@ -20,7 +20,7 @@ function OutlineDrawer({ open, width, onClose }: { open: boolean; width: number; '& .MuiDrawer-paper': { width, boxSizing: 'border-box', - borderColor: 'var(--line-border)', + borderColor: 'var(--line-divider)', boxShadow: 'none', }, }}