replace place-center in table count
This commit is contained in:
@@ -26,7 +26,7 @@ export const TableSection = ({ tableNumber, onIncrement, onDecrement }: TableSec
|
||||
>
|
||||
<button
|
||||
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} />
|
||||
</button>
|
||||
@@ -41,7 +41,7 @@ export const TableSection = ({ tableNumber, onIncrement, onDecrement }: TableSec
|
||||
</motion.div>
|
||||
<button
|
||||
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} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user