some housekeeping

This commit is contained in:
spencerwooo 2022-02-08 16:31:56 +08:00
parent 40ad85d265
commit 070394a661
No known key found for this signature in database
GPG key ID: 24CD550268849CA0

View file

@ -47,7 +47,7 @@ export const DownloadButton = ({
}) => {
return (
<button
className={`flex items-center space-x-2 py-2 px-4 text-sm font-medium text-gray-900 bg-white rounded-lg border hover:bg-gray-100/10 focus:z-10 focus:ring-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-900 ${btnStyleMap(
className={`flex items-center space-x-2 rounded-lg border bg-white py-2 px-4 text-sm font-medium text-gray-900 hover:bg-gray-100/10 focus:z-10 focus:ring-2 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-900 ${btnStyleMap(
btnColor
)}`}
title={btnTitle}