Lara preset for AutoComplete

This commit is contained in:
Cagatay Civici 2024-05-07 01:54:05 +03:00
parent bc71f9f402
commit 94b4cf5d3d
6 changed files with 106 additions and 49 deletions

View file

@ -7,15 +7,10 @@ const theme = ({ dt }) => `
background: ${dt('chip.background')};
color: ${dt('chip.color')};
border-radius: 16px;
padding: 0.25rem 0.75rem;
}
.p-chip-label {
line-height: 1.5;
padding: 0.5rem 0.75rem;
}
.p-chip-icon {
line-height: 1.5;
margin-right: 0.5rem;
}
@ -32,7 +27,6 @@ const theme = ({ dt }) => `
}
.p-chip-remove-icon {
line-height: 1.5;
cursor: pointer;
margin-left: 0.375rem;
border-radius: 6px;