Merged in chore/replace-deprecated-body (pull request #3300)
Replace deprecated <Body> with <Typography> * chore: replace deprecated body component * refactor: replace Body component with Typography across various components * merge Approved-by: Bianca Widstam Approved-by: Matilda Landström
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
.price {
|
||||
display: flex;
|
||||
gap: var(--Space-x1);
|
||||
color: var(--UI-Text-High-contrast);
|
||||
}
|
||||
|
||||
.contentContainer {
|
||||
@@ -26,3 +27,11 @@
|
||||
flex-direction: column;
|
||||
gap: var(--Space-x1);
|
||||
}
|
||||
|
||||
.ancillaryTitle {
|
||||
color: var(--UI-Text-High-contrast);
|
||||
}
|
||||
.ancillaryPoints {
|
||||
color: var(--UI-Text-High-contrast);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user