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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user