mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Lighter color for lara base
This commit is contained in:
parent
af0bdab287
commit
3824c84eb0
18 changed files with 47 additions and 49 deletions
|
@ -6,7 +6,6 @@ export default {
|
|||
fontWeight: '700'
|
||||
},
|
||||
headerCell: {
|
||||
hoverBackground: '{content.hover.background}',
|
||||
selectedBackground: '{highlight.background}',
|
||||
borderColor: '{datatable.border.color}',
|
||||
hoverColor: '{content.hover.color}',
|
||||
|
@ -141,6 +140,7 @@ export default {
|
|||
},
|
||||
headerCell: {
|
||||
background: '{surface.50}',
|
||||
hoverBackground: '{surface.100}',
|
||||
color: '{text.color}'
|
||||
},
|
||||
footer: {
|
||||
|
@ -168,6 +168,7 @@ export default {
|
|||
},
|
||||
headerCell: {
|
||||
background: '{surface.800}',
|
||||
hoverBackground: '{surface.700}',
|
||||
color: '{text.color}'
|
||||
},
|
||||
footer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue