Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5ddebeb

Browse files
committed
feat: added support for dark theme
1 parent 17ef940 commit 5ddebeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

res/css/views/rooms/_ReadReceiptGroup.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ limitations under the License.
3333

3434
&.mx_AccessibleButton {
3535
&:hover {
36-
background: #F4F6FA;
36+
background: $event-selected-color;
3737
}
3838
}
3939
}
4040

4141
.mx_ReadReceiptGroup_remainder {
42-
color: #737D8C;
42+
color: $secondary-content;
4343
font-size: $font-11px;
4444
line-height: $font-16px;
4545
margin-right: 8px;
@@ -56,7 +56,7 @@ limitations under the License.
5656
display: inline-block;
5757
height: 14px;
5858
width: 14px;
59-
border: 1px solid #fff;
59+
border: 1px solid $background;
6060
border-radius: 100%;
6161

6262
will-change: left, top;
@@ -70,7 +70,7 @@ limitations under the License.
7070
.mx_ReadReceiptGroup_popup {
7171
max-height: 300px;
7272
width: 220px;
73-
background: #F4F6FA;
73+
background: $panels;
7474
border-radius: 8px;
7575
display: flex;
7676
flex-direction: column;
@@ -106,7 +106,7 @@ limitations under the License.
106106
border-radius: 8px;
107107

108108
&:hover {
109-
background: #E3E8F0;
109+
background: $panel-hover;
110110
}
111111

112112
&:last-child {
@@ -134,7 +134,7 @@ limitations under the License.
134134
}
135135

136136
.mx_ReadReceiptGroup_secondary {
137-
color: #737D8C;
137+
color: $secondary-content;
138138
}
139139
}
140140
}

0 commit comments

Comments
 (0)