fix: UX improvements 2

This commit is contained in:
NunoSempere 2021-11-25 14:02:45 +00:00
parent 1180d167c9
commit efbd28fcbf

View File

@ -287,15 +287,13 @@ export default function Home({ listOfElementsDefault }) {
//console.log(event.target.value)
setSliderValue(event.target.value)
}}
className="text-center px-2 py-1 placeholder-blueGray-300 text-blueGray-600 relative bg-white bg-white rounded text-lg border-0 shadow outline-none focus:outline-none focus:ring w-8/12 m-2 "
className="text-center px-2 py-1 placeholder-blueGray-300 text-blueGray-600 relative bg-white bg-white rounded text-lg border-0 shadow outline-none focus:outline-none focus:ring w-8/12 m-2"
/>
<br />
{`times as valuable as ...`}
</label>
<br />
<SubmitSliderButton
posList={posList}
binaryComparisons={binaryComparisons}