fix(component): flex setting-modal header & footer (#4818)

This commit is contained in:
Cats Juice
2023-11-02 23:11:20 +08:00
committed by GitHub
parent 65321e39cc
commit de33967a73
4 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
import { globalStyle, style } from '@vanilla-extract/css';
export const settingHeader = style({
height: '68px',
borderBottom: '1px solid var(--affine-border-color)',
paddingBottom: '24px',
marginBottom: '24px',
});