mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:32:56 +03:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
|
import { style } from '@vanilla-extract/css';
|
||
|
|
||
|
export const fallback = style({
|
||
|
paddingTop: 52,
|
||
|
});
|