Fix button color

This commit is contained in:
Lazy 2023-10-14 14:59:02 +08:00
parent 7a80a9c6c7
commit ff451aaab5

View File

@ -847,7 +847,7 @@ onMounted(() => {
}
.file-name {
color: initial;
color: inherit;
&:hover {
color: #1677ff;
}