diff --git a/components/lib/listbox/style/ListboxStyle.js b/components/lib/listbox/style/ListboxStyle.js index efab7e59f..a97fb342d 100644 --- a/components/lib/listbox/style/ListboxStyle.js +++ b/components/lib/listbox/style/ListboxStyle.js @@ -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 { diff --git a/components/lib/select/style/SelectStyle.js b/components/lib/select/style/SelectStyle.js index c7275cf23..b122dfb5f 100644 --- a/components/lib/select/style/SelectStyle.js +++ b/components/lib/select/style/SelectStyle.js @@ -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 {