Skip to content

Commit 913d8ad

Browse files
committed
Change color for 'booleans' to darker purple
1 parent 5abef80 commit 913d8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const colors = {
2-
boolean: "#A359E9",
2+
boolean: "#8A2BE2",
33
False: "#E44B37",
44
list: "#E9E759",
55
null: "#BFBFBF",

0 commit comments

Comments
 (0)