fix color or record button
This commit is contained in:
parent
1369474233
commit
f09b46558f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue