fix(core): upgrade dialog close button layout level (#6004)

This commit is contained in:
tzyoo
2024-03-04 19:30:25 +08:00
committed by GitHub
parent 2275eee5b2
commit ee54e00a03

View File

@@ -43,6 +43,7 @@ export const closeButton = style({
position: 'absolute',
top: '22px',
right: '20px',
zIndex: cssVar('zIndexModal'),
});
export const modalHeader = style({
fontSize: cssVar('fontH6'),