.DraggableSquare {
    touch-action: none;
}

.DraggableSquare.dragging .Square{
    background-color: #5bc0de;
    color: white;
}
