Skip to content
Snippets Groups Projects
Commit e7741e61 authored by HJ's avatar HJ :fire:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f5fbf9af
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,6 @@ export const convertTheme2To3 = (data) => {
newRules.push({ ...rule, parent: { component: 'Notification' } })
}
if (key === 'buttonPressed') {
console.log(key)
newRules.push({ ...rule, state: ['toggled'] })
newRules.push({ ...rule, state: ['toggled', 'focus'] })
newRules.push({ ...rule, state: ['pressed', 'focus'] })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment