fix(SW-719): add body color
This commit is contained in:
@@ -78,22 +78,22 @@
|
||||
color: var(--Primary-Dark-On-Surface-Accent);
|
||||
}
|
||||
|
||||
.secondaryLight {
|
||||
.secondaryLightAccent {
|
||||
color: var(--Secondary-Light-On-Surface-Accent);
|
||||
}
|
||||
|
||||
.tertiaryLight {
|
||||
.tertiaryLightAccent {
|
||||
color: var(--Tertiary-Light-On-Surface-Accent);
|
||||
}
|
||||
|
||||
.primaryDim {
|
||||
.primaryDimAccent {
|
||||
color: var(--Primary-Dim-On-Surface-Accent);
|
||||
}
|
||||
|
||||
.primaryStrong {
|
||||
.primaryStrongAccent {
|
||||
color: var(--Primary-Strong-On-Surface-Accent);
|
||||
}
|
||||
|
||||
.image {
|
||||
.baseText {
|
||||
color: var(--Base-Text-Inverted);
|
||||
}
|
||||
|
||||
@@ -12,11 +12,11 @@ const config = {
|
||||
primaryLightOnSurfaceAccent: styles.plosa,
|
||||
red: styles.red,
|
||||
pink: styles.pink,
|
||||
secondaryLight: styles.secondaryLight,
|
||||
tertiaryLight: styles.tertiaryLight,
|
||||
primaryDim: styles.primaryDim,
|
||||
primaryStrong: styles.primaryStrong,
|
||||
image: styles.image,
|
||||
secondaryLightAccent: styles.secondaryLightAccent,
|
||||
tertiaryLightAccent: styles.tertiaryLightAccent,
|
||||
primaryDimAccent: styles.primaryDimAccent,
|
||||
primaryStrongAccent: styles.primaryStrongAccent,
|
||||
baseText: styles.baseText,
|
||||
},
|
||||
textAlign: {
|
||||
center: styles.center,
|
||||
|
||||
Reference in New Issue
Block a user