mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update tailwindcss@4
This commit is contained in:
@@ -37,7 +37,7 @@ export default function BookingTable({ booking }: { booking: IBooking }) {
|
||||
return (
|
||||
<div
|
||||
key={booking.uuid}
|
||||
className="mt-6 mb-6 bg-white border border-slate-100 shadow overflow-hidden sm:rounded-lg"
|
||||
className="mt-6 mb-6 bg-white border border-slate-100 shadow-sm overflow-hidden sm:rounded-lg"
|
||||
>
|
||||
<div className="px-4 py-5 sm:px-6">
|
||||
<h3 className="text-lg leading-6 font-medium text-gray-900">
|
||||
|
||||
Reference in New Issue
Block a user