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 }">
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user