mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
7
components/lib/themes/lara/floatlabel/index.js
Normal file
7
components/lib/themes/lara/floatlabel/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
root: {
|
||||
color: '{form.field.float.label.color}',
|
||||
focusColor: '{form.field.float.label.focus.color}',
|
||||
invalidColor: '{form.field.float.label.invalid.color}'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue