Add button styles to the Birdseye component's toggle width button

This commit is contained in:
Sergey Krashevich 2023-06-19 22:57:17 +03:00
parent e77df94f54
commit 4be8762bc9
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -80,7 +80,12 @@ export default function Birdseye() {
Birdseye Birdseye
</Heading> </Heading>
<button onClick={() => setIsMaxWidth(!isMaxWidth)}>Toggle Width</button> <button
className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded"
onClick={() => setIsMaxWidth(!isMaxWidth)}
>
Toggle width
</button>
{config.birdseye.restream && ( {config.birdseye.restream && (
<select <select