fix: correct dark theme capability chip colors

This commit is contained in:
Soulter
2026-08-02 23:13:14 +08:00
parent c68a2ea83b
commit e4cf9b1681
@@ -57,23 +57,23 @@ defineProps({
color: #00695c !important;
}
:global(.v-theme--dark) .capability-source-chip--plugin {
:global(.v-theme--PurpleThemeDark) .capability-source-chip--plugin {
color: #64b5f6 !important;
}
:global(.v-theme--dark) .capability-source-chip--mcp {
:global(.v-theme--PurpleThemeDark) .capability-source-chip--mcp {
color: #ffab91 !important;
}
:global(.v-theme--dark) .capability-source-chip--local {
:global(.v-theme--PurpleThemeDark) .capability-source-chip--local {
color: #a5d6a7 !important;
}
:global(.v-theme--dark) .capability-source-chip--preset {
:global(.v-theme--PurpleThemeDark) .capability-source-chip--preset {
color: #ce93d8 !important;
}
:global(.v-theme--dark) .capability-source-chip--mixed {
:global(.v-theme--PurpleThemeDark) .capability-source-chip--mixed {
color: #80cbc4 !important;
}
</style>