mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +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
|
<component
|
||||||
:is="to ? 'router-link' : clickable ? 'button' : 'div'"
|
:is="to ? 'router-link' : clickable ? 'button' : 'div'"
|
||||||
:to="to"
|
: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="{
|
:class="{
|
||||||
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
|
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in a new issue