animate borders
This commit is contained in:
@@ -174,7 +174,7 @@ function Vbox(args) {
|
||||
return setVboxSelected([group, index]);
|
||||
}
|
||||
|
||||
const classes = `${selected ? 'highlight' : ''}`;
|
||||
const classes = `${v.toLowerCase()} ${selected ? 'highlight' : ''}`;
|
||||
|
||||
if (shapes[v]) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user