Added 'Nora' theme

This commit is contained in:
Mert Sincan 2024-05-13 15:15:43 +01:00
parent 6689f54106
commit b76590c81a
265 changed files with 5587 additions and 8 deletions

View file

@ -0,0 +1,8 @@
export default {
addon: {
background: '{form.field.background}',
borderColor: '{form.field.border.color}',
color: '{form.field.icon.color}',
borderRadius: '{form.field.border.radius}'
}
};