Add missing token
parent
9ec64546ea
commit
cf77cc802d
|
@ -93,6 +93,7 @@ const theme = ({ dt }) => `
|
|||
position: relative;
|
||||
margin-inline-start: ${dt('listbox.checkmark.gutter.start')};
|
||||
margin-inline-end: ${dt('listbox.checkmark.gutter.end')};
|
||||
color: ${dt('listbox.checkmark.color')};
|
||||
}
|
||||
|
||||
.p-listbox-option-group {
|
||||
|
|
|
@ -181,6 +181,7 @@ input.p-select-label {
|
|||
position: relative;
|
||||
margin-inline-start: ${dt('select.checkmark.gutter.start')};
|
||||
margin-inline-end: ${dt('select.checkmark.gutter.end')};
|
||||
color: ${dt('select.checkmark.color')};
|
||||
}
|
||||
|
||||
.p-select-empty-message {
|
||||
|
|
Loading…
Reference in New Issue