The paginator now uses the Tailwind CSS framework for its default styling. In order to keep using Bootstrap, you should add the following method call to the boot method of your application's AppServiceProvider:
use Illuminate\Pagination\Paginator;
Paginator::useBootstrap();