mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
@@ -1,3 +1,4 @@
|
|||||||
|
import { cssVarV2 } from '@toeverything/theme/v2';
|
||||||
import { style } from '@vanilla-extract/css';
|
import { style } from '@vanilla-extract/css';
|
||||||
|
|
||||||
export const root = style({
|
export const root = style({
|
||||||
@@ -17,6 +18,7 @@ export const button = style({
|
|||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
width: 32,
|
width: 32,
|
||||||
height: 32,
|
height: 32,
|
||||||
|
background: cssVarV2('centerPeek/buttonBackground'),
|
||||||
'@media': {
|
'@media': {
|
||||||
'screen and (width <= 640px)': {
|
'screen and (width <= 640px)': {
|
||||||
selectors: {
|
selectors: {
|
||||||
|
|||||||
Reference in New Issue
Block a user