mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
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',
|
|
});
|