Edit a test to check timestamp color's value on timeline and thread panel (#10265)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
1c2571bf89
commit
0e52729083
3 changed files with 25 additions and 2 deletions
|
@ -130,7 +130,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
color: $event-timestamp-color;
|
||||
color: var(--MessageTimestamp-color); /* TODO: check whether needed or not */
|
||||
}
|
||||
|
||||
.mx_BaseCard_footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue