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 }"> <template v-slot:expanded-row="{ columns, item }">
<tr> <tr>
<td :colspan="columns.length" class="pa-0"> <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> <thead>
<tr> <tr>
<th>Platform</th> <th>Platform</th>