style(core): adjust sidebar new page button background (#13193)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Updated the background color of the add-page button in the sidebar for
a refreshed appearance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Cats Juice
2025-07-14 15:57:46 +08:00
committed by GitHub
parent b2c09825ac
commit d05bb9992c

View File

@@ -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([