Skip to content

Commit c2abde3

Browse files
MSBrignoniMarkLogic Builder
authored andcommitted
DHFPROD-5998-UpdateXMLJSONFileTypeColors
1 parent 10dd97b commit c2abde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marklogic-data-hub-central/ui/src/config/formats.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//This file contains an object which stores source format options and its related properties. It can be used across the project.
22

33
const sourceFormatOptions = {
4-
json: { label: 'JSON', color: '#ffbf00' },
5-
xml: { label: 'XML', color: '#5bd171' },
4+
json: { label: 'JSON', color: '#993366' },
5+
xml: { label: 'XML', color: '#37aa6c' },
66
csv: { label: 'CSV', color: '#531dab' },
77
text: { label: 'TXT', color: '#1254f9'},
88
binary : { label: 'BIN', color: '#444444'},

0 commit comments

Comments
 (0)