mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 14:19:40 +08:00
ef8024c657
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
10 lines
183 B
TypeScript
10 lines
183 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
|
|
export const root = style({
|
|
width: '1em',
|
|
height: '1em',
|
|
display: 'flex',
|
|
alignItems: 'center',
|
|
justifyContent: 'center',
|
|
});
|