diff --git a/src/componets/TagSelection.js b/src/componets/TagSelection.js index a2e7797..520a023 100644 --- a/src/componets/TagSelection.js +++ b/src/componets/TagSelection.js @@ -3,6 +3,10 @@ import CreatableSelect from "react-select/creatable"; // lightMode ? "Black" : "White" export default function TagSelection({setTags, tags, tag=[], lightMode}) { const customStyles = { + container: (provided) => ({ + ...provided, + textShadow: 'none', + }), placeholder: (provided) => ({ ...provided, color: '#a9a9a9',