We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c5c6a commit 0f03abfCopy full SHA for 0f03abf
…ts.xcassets/Color.colorset/Contents.json …xcassets/BrandRed.colorset/Contents.jsonRubyEvents/Assets.xcassets/Color.colorset/Contents.json renamed to RubyEvents/Assets.xcassets/BrandRed.colorset/Contents.json
RubyEvents/components/avatar/InitialsAvatar.swift
@@ -36,7 +36,7 @@ struct InitialsAvatar: View {
36
let height = geometry.size.height
37
38
ZStack {
39
- Circle().fill(.accent)
+ Circle().fill(.brandRed)
40
41
Text(initials)
42
.foregroundColor(.white)
0 commit comments