fix(core): adjust notification list style (#11163)

This commit is contained in:
EYHN
2025-03-25 09:03:49 +00:00
parent a8c86c5ede
commit 064586fa3e

View File

@@ -85,7 +85,7 @@ export const itemNameLabel = style({
display: 'inline-flex',
alignItems: 'center',
gap: '4px',
lineHeight: '22px',
verticalAlign: 'top',
selectors: {
[`&[data-inactived="true"]`]: {
color: cssVarV2('text/placeholder'),