From aa57332159b00a42e8f84b47b217f7da8ab97668 Mon Sep 17 00:00:00 2001 From: Jesper Date: Tue, 27 Aug 2024 15:49:23 -0400 Subject: [PATCH] Change initiallPollPercentage max to 200 --- src/components/EnterGame.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EnterGame.jsx b/src/components/EnterGame.jsx index 1eb1dca..4d64572 100644 --- a/src/components/EnterGame.jsx +++ b/src/components/EnterGame.jsx @@ -145,7 +145,7 @@ const EnterGame = view(() => { value={initialPollPercentage} autoComplete="off" step={0.5} - max={100} + max={200} min={0} isInvalid={!initialPollPercentage} style={{ fontSize: '1.125rem' }}