style: add active background color for provider source list item in dark theme

This commit is contained in:
Soulter
2025-12-22 12:59:55 +08:00
parent a064a9115f
commit 4d7c8c8453
@@ -148,3 +148,10 @@ const emitDeleteSource = (source) => emit('delete-provider-source', source)
}
}
</style>
<style>
.v-theme--PurpleThemeDark .provider-source-list-item--active {
background-color: #2d2d2d;
border: none;
}
</style>