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