mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 15:48:44 +00:00
adjust panel bg
This commit is contained in:
parent
ad485a560f
commit
d8b3dda6a3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 shadow border rounded-md w-full overflow-hidden"
|
||||
class="border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-400 shadow border rounded-md w-full overflow-hidden"
|
||||
>
|
||||
<component
|
||||
:is="collapsable ? 'button' : 'div'"
|
||||
|
|
Loading…
Reference in a new issue