mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update panel styles
This commit is contained in:
parent
8e4854474d
commit
4570226e92
2 changed files with 103 additions and 33 deletions
|
@ -24,7 +24,10 @@ export default {
|
|||
},
|
||||
surface: {
|
||||
200: 'var(--p-gray-200)'
|
||||
}
|
||||
},
|
||||
borderRadius: '6px',
|
||||
transitionDuration: '.2s',
|
||||
transition: 'background-color {transitionDuration}, color {transitionDuration}, box-shadow {transitionDuration}'
|
||||
},
|
||||
components: {
|
||||
global,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue