adjust panel bg color

This commit is contained in:
pat-s 2024-12-21 22:44:25 +01:00
parent fa6bb0a982
commit bb118c4873
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-300 shadow border rounded-md w-full overflow-hidden"
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 shadow border rounded-md w-full overflow-hidden"
>
<component
:is="collapsable ? 'button' : 'div'"