diff --git a/packages/frontend/core/src/modules/peek-view/view/peek-view-controls.css.ts b/packages/frontend/core/src/modules/peek-view/view/peek-view-controls.css.ts index 916244a20..b6e56d658 100644 --- a/packages/frontend/core/src/modules/peek-view/view/peek-view-controls.css.ts +++ b/packages/frontend/core/src/modules/peek-view/view/peek-view-controls.css.ts @@ -1,3 +1,4 @@ +import { cssVarV2 } from '@toeverything/theme/v2'; import { style } from '@vanilla-extract/css'; export const root = style({ @@ -17,6 +18,7 @@ export const button = style({ borderRadius: 8, width: 32, height: 32, + background: cssVarV2('centerPeek/buttonBackground'), '@media': { 'screen and (width <= 640px)': { selectors: {