fix(SW-1386): correct font sizes and levels for full width campaign

This commit is contained in:
Christian Andolf
2025-01-28 16:10:25 +01:00
parent 75ee9933ab
commit e525abda20
3 changed files with 12 additions and 5 deletions

View File

@@ -33,6 +33,10 @@
color: var(--Base-Text-UI-Medium-contrast);
}
.baseText {
color: var(--Base-Text-Inverted);
}
.center {
text-align: center;
}

View File

@@ -9,6 +9,7 @@ const config = {
burgundy: styles.burgundy,
pale: styles.pale,
textMediumContrast: styles.textMediumContrast,
baseText: styles.baseText,
},
textAlign: {
center: styles.center,