From d05bb9992c858ae525b679ceff7c78481a3f21cd Mon Sep 17 00:00:00 2001 From: Cats Juice Date: Mon, 14 Jul 2025 15:57:46 +0800 Subject: [PATCH] style(core): adjust sidebar new page button background (#13193) ## Summary by CodeRabbit * **Style** * Updated the background color of the add-page button in the sidebar for a refreshed appearance. --- .../src/modules/app-sidebar/views/add-page-button/index.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/core/src/modules/app-sidebar/views/add-page-button/index.css.ts b/packages/frontend/core/src/modules/app-sidebar/views/add-page-button/index.css.ts index f4efb04526..5b38f946ac 100644 --- a/packages/frontend/core/src/modules/app-sidebar/views/add-page-button/index.css.ts +++ b/packages/frontend/core/src/modules/app-sidebar/views/add-page-button/index.css.ts @@ -8,7 +8,7 @@ export const root = style({ borderRadius: 8, boxShadow: cssVar('buttonShadow'), borderWidth: 0, - background: cssVarV2('button/siderbarPrimary/background'), + background: cssVarV2('button/iconButtonSolid'), }); export const withAskRoot = style([