Skip to content

Commit 0f03abf

Browse files
committed
Cleanup
1 parent 69c5c6a commit 0f03abf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RubyEvents/Assets.xcassets/Color.colorset/Contents.json renamed to RubyEvents/Assets.xcassets/BrandRed.colorset/Contents.json

File renamed without changes.

RubyEvents/components/avatar/InitialsAvatar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct InitialsAvatar: View {
3636
let height = geometry.size.height
3737

3838
ZStack {
39-
Circle().fill(.accent)
39+
Circle().fill(.brandRed)
4040

4141
Text(initials)
4242
.foregroundColor(.white)

0 commit comments

Comments
 (0)