light: update color for folder diff view
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user