Use new semantic tokens for username colors (#12209)

* Use new semantic tokens for username colors

To match the tokens now used by the Compound Web avatar component

* Fix incorrect lock icon

* Update screenshots
This commit is contained in:
Robin 2024-02-06 15:54:30 -05:00 committed by GitHub
parent a664172a22
commit 3052025dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 26 additions and 50 deletions

View file

@ -55,12 +55,4 @@ limitations under the License.
&.mx_ReplyChain_color6 {
--username-color: $username-variant6-color;
}
&.mx_ReplyChain_color7 {
--username-color: $username-variant7-color;
}
&.mx_ReplyChain_color8 {
--username-color: $username-variant8-color;
}
}