user cards looking nicer now
This commit is contained in:
parent
7575079da9
commit
3f6b9fbf9c
5 changed files with 26 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue