Commit 25ddb12c authored by Michael Le's avatar Michael Le

Add css class for color

parent 220a87b8
......@@ -76,15 +76,15 @@ export const stageKeys = {
export const commitItemIconMap = {
addition: {
icon: 'file-addition',
class: 'ide-file-addition',
class: 'file-addition ide-file-addition',
},
modified: {
icon: 'file-modified',
class: 'ide-file-modified',
class: 'file-modified ide-file-modified',
},
deleted: {
icon: 'file-deletion',
class: 'ide-file-deletion',
class: 'file-deletion ide-file-deletion',
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment