mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
fix(Select): consistent placeholder with input and textarea
Resolves #1276
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user