feat(core): adjust notification style (#11455)

This commit is contained in:
EYHN
2025-04-03 10:59:37 +00:00
parent 093bffdf5c
commit a9ba54a92e
3 changed files with 46 additions and 2 deletions
@@ -3,7 +3,7 @@ import { cssVarV2 } from '@toeverything/theme/v2';
import { keyframes, style } from '@vanilla-extract/css';
export const containerScrollViewport = style({
maxHeight: '272px',
maxHeight: '448px',
width: '360px',
});