fix(Select): consistent placeholder with input and textarea

Resolves #1276
This commit is contained in:
Benjamin Canac
2024-01-24 11:55:05 +01:00
parent 6fafd78f5f
commit 2cb41db111
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import input from './input'
export default {
...input,
form: 'form-select',
placeholder: 'text-gray-900 dark:text-white',
placeholder: 'text-gray-400 dark:text-gray-500',
default: {
size: 'sm',
color: 'white',