fix color or record button

This commit is contained in:
MarconLP 2023-04-21 23:33:14 +02:00
parent 1369474233
commit f09b46558f
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -78,7 +78,7 @@ const VideoList: NextPage = () => {
<div className="mt-4">
<button
onClick={openRecordModal}
className="inline-flex items-center rounded-md border border-transparent bg-red-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
className="inline-flex items-center rounded-md border border-transparent bg-red-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2"
>
Record a video
</button>