adjust panel bg

This commit is contained in:
pat-s 2024-12-22 12:03:00 +01:00
parent ad485a560f
commit d8b3dda6a3
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -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'"