Skip to content

Commit

Permalink
change joined color badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Feb 29, 2024
1 parent c2ef404 commit 29cbe53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/statistics/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Onboarding({
return {
...onboardingMembers,
name: 'Joined',
color: '#4368F1',
color: '#1DA1F2',
};
} else if (onboardingMembers.name === 'newlyActive') {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const columns: Column[] = [
];

const options: IActivityCompositionOptions[] = [
{ name: 'Joined', value: 'all_joined', color: '#4368F1' },
{ name: 'Joined', value: 'all_joined', color: '#1DA1F2' },
{ name: 'Newly active', value: 'all_new_active', color: '#FF9022' },
{ name: 'Still active', value: 'all_still_active', color: '#CCB8F3' },
{ name: 'Dropped', value: 'all_dropped', color: '#FB3E56' },
Expand Down

0 comments on commit 29cbe53

Please sign in to comment.