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