fix(ui): use bg-surface on expanded subscription rows for dark mode compat
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user