fix(electron): app fallback styles (#8225)

This commit is contained in:
pengx17
2024-09-12 11:21:29 +00:00
parent d2b482bcb2
commit 4b920a867c
4 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import { style } from '@vanilla-extract/css';
export const fallback = style({
paddingTop: 52,
});