added the "links" color from figma

This commit is contained in:
Mauro Romito
2023-01-12 16:20:38 +01:00
parent e99d363ae0
commit dd28c01f9c
6 changed files with 16 additions and 2 deletions
+4
View File
@@ -67,6 +67,10 @@ public protocol Colors {
/// Global color: The EMS brand's purple colour.
var ems: ColorType { get }
/// - Links
/// - Hyperlinks
var links: ColorType { get }
/// - Names in chat timeline
/// - Avatars default states that include first name letter
var namesAndAvatars: [ColorType] { get }