Fixed invisible refresh button in tools

This commit is contained in:
2023-11-02 11:28:19 +01:00
parent 3b83c92183
commit 84cb8d6ca5
4 changed files with 5 additions and 5 deletions

View File

@@ -17,6 +17,6 @@ const props = defineProps(
<style>
.router-link-active {
font-weight: 500;
font-weight: 600;
}
</style>