We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88e04e commit f1ddabbCopy full SHA for f1ddabb
src/styles/Extn-TabBar.less
@@ -426,7 +426,7 @@
426
/* ------ for the git status markers -------------- */
427
.tab.git-modified > .tab-icon:before {
428
content: "|";
429
- color: #E3B551;
+ color: #f1ae1c;
430
position: absolute;
431
margin-left: -4px;
432
margin-bottom: 5px;
@@ -438,7 +438,7 @@
438
439
.tab.git-new > .tab-icon:before {
440
441
- color: #91CC41;
+ color: #69a01f;
442
443
444
0 commit comments