Form components for Nora

This commit is contained in:
Cagatay Civici 2024-05-15 01:53:19 +03:00
parent 99daeaab78
commit 83ec2a8b3e
13 changed files with 54 additions and 80 deletions

View file

@ -2,6 +2,7 @@ export default {
root: {
color: '{form.field.float.label.color}',
focusColor: '{form.field.float.label.focus.color}',
invalidColor: '{form.field.float.label.invalid.color}'
invalidColor: '{form.field.float.label.invalid.color}',
transitionDuration: '0.2s'
}
};

View file

@ -14,9 +14,8 @@ export default {
background: '{primary.color}',
hoverBackground: '{primary.color}',
content: {
background: '{content.background}',
hoverBackground: '{primary.color}',
borderRadius: '50%',
hoverBackground: '{primary.color}',
width: '12px',
height: '12px',
shadow: 'none'