mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Form components for Nora
This commit is contained in:
parent
99daeaab78
commit
83ec2a8b3e
13 changed files with 54 additions and 80 deletions
|
@ -53,6 +53,10 @@ export default {
|
|||
},
|
||||
dropdown: {
|
||||
width: '2.5rem',
|
||||
background: '{form.field.background}',
|
||||
color: '{form.field.icon.color}',
|
||||
hoverColor: '{form.field.icon.color}',
|
||||
activeColor: '{form.field.icon.color}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
hoverBorderColor: '{form.field.border.color}',
|
||||
activeBorderColor: '{form.field.border.color}',
|
||||
|
@ -74,22 +78,14 @@ export default {
|
|||
colorScheme: {
|
||||
light: {
|
||||
dropdown: {
|
||||
background: '{surface.100}',
|
||||
hoverBackground: '{surface.200}',
|
||||
activeBackground: '{surface.300}',
|
||||
color: '{surface.600}',
|
||||
hoverColor: '{surface.700}',
|
||||
activeColor: '{surface.800}'
|
||||
activeBackground: '{surface.300}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
dropdown: {
|
||||
background: '{surface.800}',
|
||||
hoverBackground: '{surface.700}',
|
||||
activeBackground: '{surface.600}',
|
||||
color: '{surface.300}',
|
||||
hoverColor: '{surface.200}',
|
||||
activeColor: '{surface.100}'
|
||||
activeBackground: '{surface.600}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue