Merge remote-tracking branch 'origin/develop' into bookmark-folders

This commit is contained in:
marcin mikołajczak 2024-09-24 00:38:55 +02:00
commit 1097b95fa5
6 changed files with 16 additions and 6 deletions

View file

@ -16,7 +16,8 @@ export default {
{
directives: {
background: '#ffffff',
opacity: 0
opacity: 0,
shadow: []
}
},
{

View file

@ -16,7 +16,8 @@ export default {
component: 'PanelHeader',
directives: {
backgroundNoCssColor: 'yes',
background: '--fg'
background: '--fg',
shadow: []
}
}
]