Tweak css
This commit is contained in:
parent
4b097a0d15
commit
ef8b58f2ec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user