fix(editor): adjust button background color of inner toolbar in dark mode (#11439)

Closes: [BS-3018](https://linear.app/affine-design/issue/BS-3018/在-dark-主题下,imagesurface-ref-inner-toolbar-没背景色)
This commit is contained in:
fundon
2025-04-03 08:39:52 +00:00
parent e334347592
commit dd109459a9
@@ -92,9 +92,9 @@ export class AffineToolbarWidget extends WidgetComponent {
.inner-button,
editor-icon-button,
editor-menu-button {
background: ${unsafeCSSVarV2('button/iconButtonSolid')};
color: ${unsafeCSSVarV2('text/primary')};
box-shadow: ${unsafeCSSVar('buttonShadow')};
background: ${unsafeCSSVar('white')};
border-radius: 4px;
}
editor-menu-button > div {