Refactor CSS prefix

- changed from AW to WEB
This commit is contained in:
Elad Shechter
2024-03-06 11:27:37 +01:00
parent 3fc05a6b6f
commit ec7025ab7d
225 changed files with 2694 additions and 3053 deletions

View File

@@ -7,17 +7,17 @@
{
value: 'dark',
label: 'Dark',
icon: 'aw-icon-dark'
icon: 'web-icon-dark'
},
{
value: 'light',
label: 'Light',
icon: 'aw-icon-light'
icon: 'web-icon-light'
},
{
value: 'system',
label: 'System',
icon: 'aw-icon-system'
icon: 'web-icon-system'
}
];
</script>