mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
fix repo list bg color
This commit is contained in:
parent
3b6553f3d4
commit
d94945eebc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<component
|
||||
:is="to ? 'router-link' : clickable ? 'button' : 'div'"
|
||||
:to="to"
|
||||
class="flex border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-300 p-4 border rounded-md w-full overflow-hidden"
|
||||
class="flex border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 p-4 border rounded-md w-full overflow-hidden"
|
||||
:class="{
|
||||
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
|
||||
}"
|
||||
|
|
Loading…
Reference in a new issue