light: update color for folder diff view
This commit is contained in:
parent
4047a73ff2
commit
30f6fd09f6
@ -426,3 +426,8 @@ ui.basic.blue.button:hover,
|
|||||||
background: var(--color-green);
|
background: var(--color-green);
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// folder icon color for PR diff view
|
||||||
|
.svg-icon.directory[data-v-0fac5124] {
|
||||||
|
color: #54aeff;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user