Tweak css

This commit is contained in:
CrispyBaguette 2021-12-12 18:27:10 +01:00
parent 4b097a0d15
commit ef8b58f2ec

View File

@ -22,7 +22,7 @@ function ImageOutput({ imageData }: OutputProps) {
/>
<button
onClick={handleClick}
className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-nord-0 bg-nord-4 hover:bg-nord-5"
className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-center text-nord-0 bg-nord-4 hover:bg-nord-5"
>
Download
</button>
@ -30,7 +30,7 @@ function ImageOutput({ imageData }: OutputProps) {
href={imageUrl}
target="_blank"
rel="noopener noreferrer"
className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-nord-0 bg-nord-4 hover:bg-nord-5"
className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-center text-nord-0 bg-nord-4 hover:bg-nord-5"
>
Open in new tab
</a>