fix(editor): mermaid style pollution (#13950)

fix #13546
This commit is contained in:
DarkSky
2025-11-15 17:26:08 +08:00
committed by GitHub
parent beb09300b9
commit 46958867ef
2 changed files with 4 additions and 4 deletions
@@ -57,12 +57,12 @@ const styles = css`
margin-inline: 5px;
}
.label {
.stats-cell .label {
text-transform: uppercase;
color: var(--affine-text-secondary-color);
}
.value {
.stats-cell .value {
color: var(--affine-text-primary-color);
}
`;
@@ -57,12 +57,12 @@ const styles = css`
margin-inline: 5px;
}
.label {
.stats-cell .label {
text-transform: uppercase;
color: var(--affine-text-secondary-color);
}
.value {
.stats-cell .value {
color: var(--affine-text-primary-color);
}
`;