mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user