diff --git a/packages/react-app-revamp/components/Voting/index.tsx b/packages/react-app-revamp/components/Voting/index.tsx index 84745c2fa..9687234f9 100644 --- a/packages/react-app-revamp/components/Voting/index.tsx +++ b/packages/react-app-revamp/components/Voting/index.tsx @@ -173,7 +173,7 @@ const VotingWidget: FC = ({ max={amountOfVotes} onKeyDown={handleKeyDownInput} onInput={handleInput} - className="w-full text-center text-[32px] bg-transparent outline-none placeholder-neutral-9" + className="w-full text-center text-[32px] bg-transparent outline-none placeholder-neutral-9 focus:placeholder-transparent md:focus:placeholder-neutral-9" /> vote{amount !== 1 ? "s" : ""}