more tests, fixed some issues

This commit is contained in:
Henry Jameson 2024-09-20 12:50:05 +03:00
commit 48f0a95a3b
7 changed files with 53 additions and 18 deletions

View file

@ -27,7 +27,9 @@ export default {
component: 'Alert'
},
component: 'Border',
textColor: '--parent'
directives: {
textColor: '--parent'
}
},
{
variant: 'error',

View file

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

View file

@ -26,7 +26,7 @@ export default {
{
component: 'Root',
directives: {
'--defaultInputBevel': 'shadow | $borderSide(#FFFFFF, bottom, 0.2)| $borderSide(#000000, top, 0.2)'
'--defaultInputBevel': 'shadow | $borderSide(#FFFFFF, bottom, 0.2), $borderSide(#000000, top, 0.2)'
}
},
{

View file

@ -17,7 +17,6 @@ export default {
directives: {
backgroundNoCssColor: 'yes',
background: '--fg',
shadow: []
}
}
]