fix(SW-719): add body color

This commit is contained in:
Fredrik Thorsson
2024-11-08 15:55:05 +01:00
parent effbc4c571
commit 8d06394b0f
11 changed files with 89 additions and 31 deletions
@@ -138,6 +138,6 @@
color: var(--Primary-Strong-On-Surface-Text);
}
.image {
.baseText {
color: var(--Base-Text-Inverted);
}
@@ -17,7 +17,7 @@ const config = {
primaryDark: styles.primaryDark,
primaryDim: styles.primaryDim,
primaryStrong: styles.primaryStrong,
image: styles.image,
baseText: styles.baseText,
},
textAlign: {
center: styles.center,