user cards looking nicer now

This commit is contained in:
Henry Jameson 2024-02-28 22:56:15 +02:00
commit 3f6b9fbf9c
5 changed files with 26 additions and 40 deletions

View file

@ -200,6 +200,7 @@ export const convertTheme2To3 = (data) => {
if (rule.component === 'Button') {
newRules.push({ ...rule, component: 'ScrollbarElement' })
newRules.push({ ...rule, component: 'Tab' })
newRules.push({ ...rule, component: 'Tab', state: ['active'], directives: { opacity: 0 } })
}
})
return newRules