Increased size of slider text

This commit is contained in:
datalore 2023-11-04 20:30:38 +01:00
parent 61250e9c08
commit 00355452fc

View File

@ -24,7 +24,7 @@ export default function BingoController(){
<Bingo size={size} items={items}/>
<form className="w-1/3 m-auto">
<input type="range" min={3} max={5} value={size} className="range range-secondary" step={1} onChange={({target:{value:s}}) => setSize(+s)}/>
<div className="w-full flex justify-between text-xs px-2">
<div className="w-full flex justify-between text-sm px-2 mb-2">
<span>3x3</span>
<span>4x4</span>
<span>5x5</span>