mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-30 07:38:35 +00:00
fix: table row background (#315)
This commit is contained in:
parent
a6bcb36c5b
commit
729293745f
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<BaseCard>
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr class="bg-primary">
|
||||
<tr>
|
||||
<th
|
||||
v-for="h in headers"
|
||||
:key="h.value"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue