We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c321a commit f541147Copy full SHA for f541147
src/components/RegionView.tsx
@@ -19,11 +19,11 @@ import RegionInfoView from './RegionInfoView';
19
20
const regionColorByName: Record<RegionName | 'background', string> = {
21
[RegionName.MBR_PARAMS]: '#333F48',
22
- [RegionName.MBR]: '#FF9800',
23
- [RegionName.MBR_OR_APP]: '#FF9800',
24
- [RegionName.BOOTLOADER]: '#E91E63',
25
- [RegionName.SOFTDEVICE]: '#3F51B5',
26
- [RegionName.APPLICATION]: '#4CAF50',
+ [RegionName.MBR]: colors.orange,
+ [RegionName.MBR_OR_APP]: colors.orange,
+ [RegionName.BOOTLOADER]: colors.pink,
+ [RegionName.SOFTDEVICE]: colors.indigo,
+ [RegionName.APPLICATION]: colors.green,
27
[RegionName.FICR]: '#333F48',
28
[RegionName.UICR]: '#333F48',
29
[RegionName.NONE]: '#333F48',
0 commit comments