shit more or less works for the very basic stuff

This commit is contained in:
Henry Jameson 2024-01-23 19:18:55 +02:00
commit 22b32f149d
9 changed files with 132 additions and 22 deletions

View file

@ -4,7 +4,7 @@ export const sampleRules = [
// variant: 'normal',
// state: 'normal'
directives: {
background: '#000',
background: '#000000',
opacity: 0.2
}
},
@ -15,11 +15,17 @@ export const sampleRules = [
opacity: 0.9
}
},
{
component: 'PanelHeader',
directives: {
background: '#000000',
opacity: 0.9
}
},
{
component: 'Button',
directives: {
background: '#808080',
text: '#FFFFFF',
opacity: 0.5
}
}