mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08: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,
|
borderRadius: 8,
|
||||||
boxShadow: cssVar('buttonShadow'),
|
boxShadow: cssVar('buttonShadow'),
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
background: cssVarV2('button/siderbarPrimary/background'),
|
background: cssVarV2('button/iconButtonSolid'),
|
||||||
});
|
});
|
||||||
|
|
||||||
export const withAskRoot = style([
|
export const withAskRoot = style([
|
||||||
|
|||||||
Reference in New Issue
Block a user