fix(core): center peek button bg color (#10225)

fix AF-2026
This commit is contained in:
pengx17
2025-02-18 08:55:49 +00:00
parent 88095a87a8
commit 0ed8b4f46a

View File

@@ -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: {