Skip to content

Commit

Permalink
Update external badge title color
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBuquet committed Feb 4, 2025
1 parent 0508d55 commit 9a81ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Other/SwiftUI/Views/BadgeLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private struct BadgeLabelStyle: LabelStyle {
case .roomIsEncrypted: CompoundCoreColorTokens.green1200
case .roomIsNotEncrypted: CompoundCoreColorTokens.gray1200
case .roomIsPublic: CompoundCoreColorTokens.gray1200
case .roomIsAccessibleToExternals: CompoundCoreColorTokens.gray1200
case .roomIsAccessibleToExternals: CompoundCoreColorTokens.orange1200
}
}

Expand Down

0 comments on commit 9a81ec4

Please sign in to comment.