Padding token for empty message

This commit is contained in:
Cagatay Civici 2024-05-08 13:04:04 +03:00
parent 3866d9faea
commit a0224a99fc
12 changed files with 32 additions and 6 deletions

View file

@ -174,8 +174,7 @@ const theme = ({ dt }) => `
}
.p-multiselect-empty-message {
padding: ${dt('multiselect.option.padding')};
background: transparent;
padding: ${dt('multiselect.empty.message.padding')};
}
.p-multiselect-label .p-chip {