Merged in feat/415-room-card-image-gallery (pull request #679)

feat(SW-415): Added Image gallery to room card

Approved-by: Simon.Emanuelsson
This commit is contained in:
Pontus Dreij
2024-10-14 14:20:15 +00:00
9 changed files with 125 additions and 36 deletions

View File

@@ -66,3 +66,7 @@
.uiTextPlaceholder {
color: var(--UI-Text-Placeholder);
}
.white {
color: var(--Main-Grey-White);
}

View File

@@ -11,6 +11,7 @@ const config = {
peach50: styles.peach50,
uiTextMediumContrast: styles.uiTextMediumContrast,
uiTextPlaceholder: styles.uiTextPlaceholder,
white: styles.white,
},
textAlign: {
center: styles.center,