Skip to content

Commit

Permalink
Added SSG-IT group colors
Browse files Browse the repository at this point in the history
  • Loading branch information
randywoods1 committed Jan 2, 2025
1 parent 79fdf3d commit 814a27d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ export class CpgPracticeTableComponent implements OnInit {
case 564:
// recover
return this.colorSvc.nistCsfFuncColor('RC');
case 565:
// SSG - IT Software Development
return '#305496';
case 566:
// SSG - IT Product Design
return '#548235';
default:
return '#6BA443';
}
Expand Down

0 comments on commit 814a27d

Please sign in to comment.