Skip to content

Commit

Permalink
chore: updated userPresenceBusy hex values (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak authored Feb 17, 2025
1 parent c9b474f commit 3e61923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/constants/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const light = {
badgeBackgroundLevel4: '#F5455C',

userPresenceOnline: '#158D65',
userPresenceBusy: '#DA1F37',
userPresenceBusy: '#D40C26',
userPresenceAway: '#AC892F',
userPresenceOffline: '#6C727A',
userPresenceDisabled: '#F38C39',
Expand Down Expand Up @@ -148,7 +148,7 @@ const dark = {
badgeBackgroundLevel4: '#B43C4C',

userPresenceOnline: '#1CBF89',
userPresenceBusy: '#C14454',
userPresenceBusy: '#C75765',
userPresenceAway: '#AC892F',
userPresenceOffline: '#6C727A',
userPresenceDisabled: '#955828',
Expand Down Expand Up @@ -240,7 +240,7 @@ const black = {
badgeBackgroundLevel4: '#B43C4C',

userPresenceOnline: '#1CBF89',
userPresenceBusy: '#C14454',
userPresenceBusy: '#C75765',
userPresenceAway: '#AC892F',
userPresenceOffline: '#6C727A',
userPresenceDisabled: '#955828',
Expand Down

0 comments on commit 3e61923

Please sign in to comment.