From 2314af39fa24effa81c560c18eabda4625c9df81 Mon Sep 17 00:00:00 2001 From: blazh Date: Thu, 12 Sep 2024 15:16:23 +0200 Subject: [PATCH] enhancement: add transparent color for mobile when vote input is focused --- packages/react-app-revamp/components/Voting/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : ""}