fix(ui): use bg-surface on expanded subscription rows for dark mode compat

This commit is contained in:
2026-03-19 18:32:03 -04:00
parent 294ccdc748
commit b039f82255
+1 -1
View File
@@ -154,7 +154,7 @@
<template v-slot:expanded-row="{ columns, item }">
<tr>
<td :colspan="columns.length" class="pa-0">
<v-table density="compact" class="ml-8 bg-grey-lighten-4">
<v-table density="compact" class="ml-8 bg-surface border-t">
<thead>
<tr>
<th>Platform</th>