mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5437 - Removed shared classes
This commit is contained in:
parent
6e2280009f
commit
4d640c4442
16 changed files with 50 additions and 37 deletions
|
@ -2,7 +2,7 @@ import BaseStyle from 'primevue/base/style';
|
|||
|
||||
const classes = {
|
||||
root: ({ instance, props }) => [
|
||||
'p-inputtextarea p-inputtext p-component',
|
||||
'p-inputtextarea p-component',
|
||||
{
|
||||
'p-filled': instance.filled,
|
||||
'p-inputtextarea-resizable ': props.autoResize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue