Minor UI improvement.
This commit is contained in:
parent
35209152bc
commit
82e5a14e2c
|
@ -3,6 +3,10 @@ import CreatableSelect from "react-select/creatable";
|
||||||
// lightMode ? "Black" : "White"
|
// lightMode ? "Black" : "White"
|
||||||
export default function TagSelection({setTags, tags, tag=[], lightMode}) {
|
export default function TagSelection({setTags, tags, tag=[], lightMode}) {
|
||||||
const customStyles = {
|
const customStyles = {
|
||||||
|
container: (provided) => ({
|
||||||
|
...provided,
|
||||||
|
textShadow: 'none',
|
||||||
|
}),
|
||||||
placeholder: (provided) => ({
|
placeholder: (provided) => ({
|
||||||
...provided,
|
...provided,
|
||||||
color: '#a9a9a9',
|
color: '#a9a9a9',
|
||||||
|
|
Ŝarĝante…
Reference in New Issue