Skip to content

Commit

Permalink
fix(listbox): placeholder class name
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 8, 2023
1 parent 36767f1 commit 083d7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default plugin.withOptions(
{},
},
},
[`.${prefix}-nui-listbox-placehoolder`]: {
[`.${prefix}-listbox-placeholder`]: {
[`@apply text-${config.button.placeholder.text} dark:text-${config.button.placeholder.textDark} truncate text-${config.button.placeholder.textPosition}`]:
{},
},
Expand Down

0 comments on commit 083d7a4

Please sign in to comment.