replace place-center in table count
This commit is contained in:
@@ -26,7 +26,7 @@ export const TableSection = ({ tableNumber, onIncrement, onDecrement }: TableSec
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
onClick={onIncrement}
|
onClick={onIncrement}
|
||||||
className="bg-container hover:bg-container/60 size-6 place-items-center active:bg-container/30 rounded-sm"
|
className="bg-container hover:bg-container/60 size-6 flex justify-center items-center active:bg-container/30 rounded-sm"
|
||||||
>
|
>
|
||||||
<PlusIcon size={16} />
|
<PlusIcon size={16} />
|
||||||
</button>
|
</button>
|
||||||
@@ -41,7 +41,7 @@ export const TableSection = ({ tableNumber, onIncrement, onDecrement }: TableSec
|
|||||||
</motion.div>
|
</motion.div>
|
||||||
<button
|
<button
|
||||||
onClick={onDecrement}
|
onClick={onDecrement}
|
||||||
className="bg-container hover:bg-container/60 size-6 place-items-center active:bg-container/30 rounded-sm"
|
className="bg-container hover:bg-container/60 size-6 flex justify-center items-center active:bg-container/30 rounded-sm"
|
||||||
>
|
>
|
||||||
<MinusIcon size={16} />
|
<MinusIcon size={16} />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user