Skip to content

Commit 7440a98

Browse files
committed
Merge tag 'v3.30.0' into wreck/v3.30.0-wrecked
* Add bubble highlight styling ([\matrix-org#6582](matrix-org#6582)). Fixes element-hq/element-web#18295 and element-hq/element-web#18295. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * [Release] Add config option to turn on in-room event sending timing metrics ([\matrix-org#6773](matrix-org#6773)). * Create narrow mode for Composer ([\matrix-org#6682](matrix-org#6682)). Fixes element-hq/element-web#18533 and element-hq/element-web#18533. * Prefer matrix.to alias links over room id in spaces & share ([\matrix-org#6745](matrix-org#6745)). Fixes element-hq/element-web#18796 and element-hq/element-web#18796. * Stop automatic playback of voice messages if a non-voice message is encountered ([\matrix-org#6728](matrix-org#6728)). Fixes element-hq/element-web#18850 and element-hq/element-web#18850. * Show call length during a call ([\matrix-org#6700](matrix-org#6700)). Fixes element-hq/element-web#18566 and element-hq/element-web#18566. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Serialize and retry mass-leave when leaving space ([\matrix-org#6737](matrix-org#6737)). Fixes element-hq/element-web#18789 and element-hq/element-web#18789. * Improve form handling in and around space creation ([\matrix-org#6739](matrix-org#6739)). Fixes element-hq/element-web#18775 and element-hq/element-web#18775. * Split autoplay GIFs and videos into different settings ([\matrix-org#6726](matrix-org#6726)). Fixes element-hq/element-web#5771 and element-hq/element-web#5771. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Add autoplay for voice messages ([\matrix-org#6710](matrix-org#6710)). Fixes element-hq/element-web#18804, element-hq/element-web#18715, element-hq/element-web#18714 element-hq/element-web#17961 and element-hq/element-web#18804. * Allow to use basic html to format invite messages ([\matrix-org#6703](matrix-org#6703)). Fixes element-hq/element-web#15738 and element-hq/element-web#15738. Contributed by [skolmer](https://github.com/skolmer). * Allow widgets, when eligible, to interact with more rooms as per MSC2762 ([\matrix-org#6684](matrix-org#6684)). * Remove arbitrary limits from send/receive events for widgets ([\matrix-org#6719](matrix-org#6719)). Fixes element-hq/element-web#17994 and element-hq/element-web#17994. * Reload suggested rooms if we see the state change down /sync ([\matrix-org#6715](matrix-org#6715)). Fixes element-hq/element-web#18761 and element-hq/element-web#18761. * When creating private spaces, make the initial rooms restricted if supported ([\matrix-org#6721](matrix-org#6721)). Fixes element-hq/element-web#18722 and element-hq/element-web#18722. * Threading exploration work ([\matrix-org#6658](matrix-org#6658)). Fixes element-hq/element-web#18532 and element-hq/element-web#18532. * Default to `Don't leave any` when leaving a space ([\matrix-org#6697](matrix-org#6697)). Fixes element-hq/element-web#18592 and element-hq/element-web#18592. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Special case redaction event sending from widgets per MSC2762 ([\matrix-org#6686](matrix-org#6686)). Fixes element-hq/element-web#18573 and element-hq/element-web#18573. * Add active speaker indicators ([\matrix-org#6639](matrix-org#6639)). Fixes element-hq/element-web#17627 and element-hq/element-web#17627. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Increase general app performance by optimizing layers ([\matrix-org#6644](matrix-org#6644)). Fixes element-hq/element-web#18730 and element-hq/element-web#18730. Contributed by [Palid](https://github.com/Palid). * Fix autocomplete not having y-scroll ([\matrix-org#6802](matrix-org#6802)). * Fix emoji picker and stickerpicker not appearing correctly when opened ([\matrix-org#6801](matrix-org#6801)). * Debounce read marker update on scroll ([\matrix-org#6774](matrix-org#6774)). * Fix Space creation wizard go to my first room button behaviour ([\matrix-org#6748](matrix-org#6748)). Fixes element-hq/element-web#18764 and element-hq/element-web#18764. * Fix scroll being stuck at bottom ([\matrix-org#6751](matrix-org#6751)). Fixes element-hq/element-web#18903 and element-hq/element-web#18903. * Fix widgets not remembering identity verification when asked to. ([\matrix-org#6742](matrix-org#6742)). Fixes element-hq/element-web#15631 and element-hq/element-web#15631. * Add missing pluralisation i18n strings for Spaces ([\matrix-org#6738](matrix-org#6738)). Fixes element-hq/element-web#18780 and element-hq/element-web#18780. * Make ForgotPassword UX slightly more user friendly ([\matrix-org#6636](matrix-org#6636)). Fixes element-hq/element-web#11531 and element-hq/element-web#11531. Contributed by [Palid](https://github.com/Palid). * Don't context switch room on SpaceStore ready as it can break permalinks ([\matrix-org#6730](matrix-org#6730)). Fixes element-hq/element-web#17974 and element-hq/element-web#17974. * Fix explore rooms button not working during space creation wizard ([\matrix-org#6729](matrix-org#6729)). Fixes element-hq/element-web#18762 and element-hq/element-web#18762. * Fix bug where one party's media would sometimes not be shown ([\matrix-org#6731](matrix-org#6731)). * Only make the initial space rooms suggested by default ([\matrix-org#6714](matrix-org#6714)). Fixes element-hq/element-web#18760 and element-hq/element-web#18760. * Replace fake username in EventTilePreview with a proper loading state ([\matrix-org#6702](matrix-org#6702)). Fixes element-hq/element-web#15897 and element-hq/element-web#15897. Contributed by [skolmer](https://github.com/skolmer). * Don't send prehistorical events to widgets during decryption at startup ([\matrix-org#6695](matrix-org#6695)). Fixes element-hq/element-web#18060 and element-hq/element-web#18060. * When creating subspaces properly set restricted join rule ([\matrix-org#6725](matrix-org#6725)). Fixes element-hq/element-web#18797 and element-hq/element-web#18797. * Fix the Image View not openning for some pinned messages ([\matrix-org#6723](matrix-org#6723)). Fixes element-hq/element-web#18422 and element-hq/element-web#18422. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Show autocomplete sections vertically ([\matrix-org#6722](matrix-org#6722)). Fixes element-hq/element-web#18860 and element-hq/element-web#18860. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Fix EmojiPicker filtering to lower case emojibase data strings ([\matrix-org#6717](matrix-org#6717)). Fixes element-hq/element-web#18686 and element-hq/element-web#18686. * Clear currentRoomId when viewing home page, fixing document title ([\matrix-org#6716](matrix-org#6716)). Fixes element-hq/element-web#18668 and element-hq/element-web#18668. * Fix membership updates to Spaces not applying in real-time ([\matrix-org#6713](matrix-org#6713)). Fixes element-hq/element-web#18737 and element-hq/element-web#18737. * Don't show a double stacked invite modals when inviting to Spaces ([\matrix-org#6698](matrix-org#6698)). Fixes element-hq/element-web#18745 and element-hq/element-web#18745. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Remove non-functional DuckDuckGo Autocomplete Provider ([\matrix-org#6712](matrix-org#6712)). Fixes element-hq/element-web#18778 and element-hq/element-web#18778. * Filter members on `MemberList` load ([\matrix-org#6708](matrix-org#6708)). Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Fix improper voice messages being produced in Firefox and sometimes other browsers. ([\matrix-org#6696](matrix-org#6696)). Fixes element-hq/element-web#18587 and element-hq/element-web#18587. * Fix client forgetting which capabilities a widget was approved for ([\matrix-org#6685](matrix-org#6685)). Fixes element-hq/element-web#18786 and element-hq/element-web#18786. * Fix left panel widgets not remembering collapsed state ([\matrix-org#6687](matrix-org#6687)). Fixes element-hq/element-web#17803 and element-hq/element-web#17803. * Fix changelog link colour back to blue ([\matrix-org#6692](matrix-org#6692)). Fixes element-hq/element-web#18726 and element-hq/element-web#18726. * Soften codeblock border color ([\matrix-org#6564](matrix-org#6564)). Fixes element-hq/element-web#18367 and element-hq/element-web#18367. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Pause ringing more aggressively ([\matrix-org#6691](matrix-org#6691)). Fixes element-hq/element-web#18588 and element-hq/element-web#18588. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Fix command autocomplete ([\matrix-org#6680](matrix-org#6680)). Fixes element-hq/element-web#18670 and element-hq/element-web#18670. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Don't re-sort the room-list based on profile/status changes ([\matrix-org#6595](matrix-org#6595)). Fixes vector-im/element-web#110 and vector-im/element-web#110. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Fix codeblock formatting with syntax highlighting on ([\matrix-org#6681](matrix-org#6681)). Fixes element-hq/element-web#18739 element-hq/element-web#18365 and element-hq/element-web#18739. Contributed by [SimonBrandner](https://github.com/SimonBrandner). * Add padding to the Add button in the notification settings ([\matrix-org#6665](matrix-org#6665)). Fixes element-hq/element-web#18706 and element-hq/element-web#18706. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
2 parents bd25cbc + c3089a1 commit 7440a98

File tree

255 files changed

+4163
-2221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+4163
-2221
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ module.exports = {
6363
"@typescript-eslint/ban-ts-comment": "off",
6464
},
6565
}],
66+
settings: {
67+
react: {
68+
version: "detect",
69+
}
70+
}
6671
};
6772

6873
function buildRestrictedPropertiesOptions(properties, message) {

.github/workflows/develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
end-to-end:
1212
runs-on: ubuntu-latest
13+
env:
14+
PR_NUMBER: ${{github.event.number}}
1315
container: vectorim/element-web-ci-e2etests-env:latest
1416
steps:
1517
- name: Checkout code

.stylelintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
"selector-list-comma-newline-after": null,
1818
"at-rule-no-unknown": null,
1919
"no-descending-specificity": null,
20+
"no-empty-first-line": true,
2021
"scss/at-rule-no-unknown": [true, {
2122
// https://github.com/vector-im/element-web/issues/10544
2223
"ignoreAtRules": ["define-mixin"],

CHANGELOG.md

Lines changed: 122 additions & 4 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.29.1",
3+
"version": "3.30.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -82,8 +82,8 @@
8282
"katex": "^0.12.0",
8383
"linkifyjs": "^2.1.9",
8484
"lodash": "^4.17.20",
85-
"matrix-js-sdk": "12.4.1",
86-
"matrix-widget-api": "^0.1.0-beta.15",
85+
"matrix-js-sdk": "12.5.0",
86+
"matrix-widget-api": "^0.1.0-beta.16",
8787
"minimist": "^1.2.5",
8888
"opus-recorder": "^8.0.3",
8989
"pako": "^2.0.3",
@@ -151,7 +151,7 @@
151151
"@typescript-eslint/eslint-plugin": "^4.17.0",
152152
"@typescript-eslint/parser": "^4.17.0",
153153
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
154-
"allchange": "^1.0.0",
154+
"allchange": "^1.0.3",
155155
"babel-jest": "^26.6.3",
156156
"chokidar": "^3.5.1",
157157
"concurrently": "^5.3.0",

res/css/_common.scss

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ html {
5353
body {
5454
font-family: $font-family;
5555
font-size: $font-15px;
56-
background-color: $primary-bg-color;
57-
color: $primary-fg-color;
56+
background-color: $background;
57+
color: $primary-content;
5858
border: 0px;
5959
margin: 0px;
6060

@@ -89,7 +89,7 @@ b {
8989
}
9090

9191
h2 {
92-
color: $primary-fg-color;
92+
color: $primary-content;
9393
font-weight: 400;
9494
font-size: $font-18px;
9595
margin-top: 16px;
@@ -142,12 +142,12 @@ textarea::placeholder {
142142

143143
input[type=text], input[type=password], textarea {
144144
background-color: transparent;
145-
color: $primary-fg-color;
145+
color: $primary-content;
146146
}
147147

148148
/* Required by Firefox */
149149
textarea {
150-
color: $primary-fg-color;
150+
color: $primary-content;
151151
}
152152

153153
input[type=text]:focus, input[type=password]:focus, textarea:focus {
@@ -173,7 +173,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
173173
.mx_textinput > input[type=search] {
174174
border: none;
175175
flex: 1;
176-
color: $primary-fg-color;
176+
color: $primary-content;
177177
}
178178

179179
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=text],
@@ -184,7 +184,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
184184
background-color: transparent;
185185
color: $input-darker-fg-color;
186186
border-radius: 4px;
187-
border: 1px solid rgba($primary-fg-color, .1);
187+
border: 1px solid rgba($primary-content, .1);
188188
// these things should probably not be defined globally
189189
margin: 9px;
190190
}
@@ -209,7 +209,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
209209
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=search],
210210
.mx_textinput {
211211
color: $input-darker-fg-color;
212-
background-color: $primary-bg-color;
212+
background-color: $background;
213213
border: none;
214214
}
215215
}
@@ -271,7 +271,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
271271
}
272272

273273
.mx_Dialog {
274-
background-color: $primary-bg-color;
274+
background-color: $background;
275275
color: $light-fg-color;
276276
z-index: 4012;
277277
font-weight: 300;
@@ -379,13 +379,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
379379
.mx_Dialog_content {
380380
margin: 24px 0 68px;
381381
font-size: $font-14px;
382-
color: $primary-fg-color;
382+
color: $primary-content;
383383
word-wrap: break-word;
384-
385-
a {
386-
color: $accent-color;
387-
cursor: pointer;
388-
}
389384
}
390385

391386
.mx_Dialog_buttons {
@@ -493,8 +488,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
493488
border-radius: 3px;
494489
border: 1px solid $input-border-color;
495490
padding: 9px;
496-
color: $primary-fg-color;
497-
background-color: $primary-bg-color;
491+
color: $primary-content;
492+
background-color: $background;
498493
}
499494

500495
.mx_textButton {

res/css/_components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
@import "./views/elements/_EditableItemList.scss";
133133
@import "./views/elements/_ErrorBoundary.scss";
134134
@import "./views/elements/_EventListSummary.scss";
135+
@import "./views/elements/_EventTilePreview.scss";
135136
@import "./views/elements/_FacePile.scss";
136137
@import "./views/elements/_Field.scss";
137138
@import "./views/elements/_ImageView.scss";

res/css/structures/_ContextualMenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
border-radius: 8px;
3535
box-shadow: 4px 4px 12px 0 $menu-box-shadow-color;
3636
background-color: $menu-bg-color;
37-
color: $primary-fg-color;
37+
color: $primary-content;
3838
position: absolute;
3939
font-size: $font-14px;
4040
z-index: 5001;

res/css/structures/_CreateRoom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
width: 960px;
1919
margin-left: auto;
2020
margin-right: auto;
21-
color: $primary-fg-color;
21+
color: $primary-content;
2222
}
2323

2424
.mx_CreateRoom input,

res/css/structures/_GroupFilterPanel.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
9292
}
9393

9494
.mx_GroupFilterPanel .mx_TagTile.mx_TagTile_selected_prototype {
95-
background-color: $primary-bg-color;
95+
background-color: $background;
9696
border-radius: 6px;
9797
}
9898

9999
.mx_TagTile_selected_prototype {
100100
.mx_TagTile_homeIcon::before {
101-
background-color: $primary-fg-color; // dark-on-light
101+
background-color: $primary-content; // dark-on-light
102102
}
103103
}
104104

res/css/structures/_GroupView.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ limitations under the License.
132132
width: 100%;
133133
height: 31px;
134134
overflow: hidden;
135-
color: $primary-fg-color;
135+
color: $primary-content;
136136
font-weight: bold;
137137
font-size: $font-22px;
138138
padding-left: 19px;
@@ -397,7 +397,7 @@ limitations under the License.
397397
mask-position: center;
398398
mask-size: contain;
399399
mask-image: url('$(res)/img/element-icons/room/room-summary.svg');
400-
background-color: $secondary-fg-color;
400+
background-color: $secondary-content;
401401
}
402402

403403
.mx_AccessibleButton_kind_link {
@@ -422,7 +422,7 @@ limitations under the License.
422422
mask-position: center;
423423
mask-size: 8px;
424424
mask-image: url('$(res)/img/image-view/close.svg');
425-
background-color: $secondary-fg-color;
425+
background-color: $secondary-content;
426426
}
427427
}
428428
}

res/css/structures/_LeftPanel.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ $roomListCollapsedWidth: 68px;
146146
mask-position: center;
147147
mask-size: contain;
148148
mask-repeat: no-repeat;
149-
background: $secondary-fg-color;
149+
background: $secondary-content;
150150
}
151151
}
152152

@@ -169,7 +169,7 @@ $roomListCollapsedWidth: 68px;
169169
mask-position: center;
170170
mask-size: contain;
171171
mask-repeat: no-repeat;
172-
background: $secondary-fg-color;
172+
background: $secondary-content;
173173
}
174174

175175
&.mx_LeftPanel_exploreButton_space::before {

res/css/structures/_LeftPanelWidget.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ limitations under the License.
113113

114114
&:hover .mx_LeftPanelWidget_resizerHandle {
115115
opacity: 0.8;
116-
background-color: $primary-fg-color;
116+
background-color: $primary-content;
117117
}
118118

119119
.mx_LeftPanelWidget_maximizeButton {

res/css/structures/_MainSplit.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
width: 4px !important;
3939
border-radius: 4px !important;
4040

41-
background-color: $primary-fg-color;
41+
background-color: $primary-content;
4242
opacity: 0.8;
4343
}
4444
}

res/css/structures/_MatrixChat.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ limitations under the License.
6464

6565
/* not the left panel, and not the resize handle, so the roomview/groupview/... */
6666
.mx_MatrixChat > :not(.mx_LeftPanel):not(.mx_SpacePanel):not(.mx_ResizeHandle):not(.mx_LeftPanel_wrapper) {
67-
background-color: $primary-bg-color;
67+
background-color: $background;
6868

6969
flex: 1 1 0;
7070
min-width: 0;
@@ -91,7 +91,7 @@ limitations under the License.
9191

9292
content: ' ';
9393

94-
background-color: $primary-fg-color;
94+
background-color: $primary-content;
9595
opacity: 0.8;
9696
}
9797
}

res/css/structures/_NotificationPanel.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
bottom: 0;
5050
left: 0;
5151
right: 0;
52-
background-color: $tertiary-fg-color;
52+
background-color: $tertiary-content;
5353
height: 1px;
5454
opacity: 0.4;
5555
content: '';
@@ -70,7 +70,7 @@ limitations under the License.
7070
}
7171

7272
.mx_NotificationPanel .mx_EventTile_roomName a {
73-
color: $primary-fg-color;
73+
color: $primary-content;
7474
}
7575

7676
.mx_NotificationPanel .mx_EventTile_avatar {
@@ -79,7 +79,7 @@ limitations under the License.
7979

8080
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
8181
.mx_NotificationPanel .mx_EventTile .mx_MessageTimestamp {
82-
color: $primary-fg-color;
82+
color: $primary-content;
8383
font-size: $font-12px;
8484
display: inline;
8585
}
@@ -118,7 +118,7 @@ limitations under the License.
118118
}
119119

120120
.mx_NotificationPanel .mx_EventTile:hover .mx_EventTile_line {
121-
background-color: $primary-bg-color;
121+
background-color: $background;
122122
}
123123

124124
.mx_NotificationPanel .mx_EventTile_content {

res/css/structures/_RightPanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
.mx_RightPanel_headerButtonGroup {
4444
height: 100%;
4545
display: flex;
46-
background-color: $primary-bg-color;
46+
background-color: $background;
4747
padding: 0 9px;
4848
align-items: center;
4949
}

res/css/structures/_RoomDirectory.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828

2929
.mx_RoomDirectory {
3030
margin-bottom: 12px;
31-
color: $primary-fg-color;
31+
color: $primary-content;
3232
word-break: break-word;
3333
display: flex;
3434
flex-direction: column;
@@ -71,14 +71,14 @@ limitations under the License.
7171
font-weight: $font-semi-bold;
7272
font-size: $font-15px;
7373
line-height: $font-18px;
74-
color: $primary-fg-color;
74+
color: $primary-content;
7575
}
7676

7777
> p {
7878
margin: 40px auto 60px;
7979
font-size: $font-14px;
8080
line-height: $font-20px;
81-
color: $secondary-fg-color;
81+
color: $secondary-content;
8282
max-width: 464px; // easier reading
8383
}
8484

@@ -97,7 +97,7 @@ limitations under the License.
9797
}
9898

9999
.mx_RoomDirectory_table {
100-
color: $primary-fg-color;
100+
color: $primary-content;
101101
display: grid;
102102
font-size: $font-12px;
103103
grid-template-columns: max-content auto max-content max-content max-content;

0 commit comments

Comments
 (0)