light: update color for folder diff view

This commit is contained in:
pat-s 2023-07-15 08:22:38 +02:00
parent 4047a73ff2
commit 30f6fd09f6
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -426,3 +426,8 @@ ui.basic.blue.button:hover,
background: var(--color-green);
color: #fff !important;
}
// folder icon color for PR diff view
.svg-icon.directory[data-v-0fac5124] {
color: #54aeff;
}