full width button and center text

This commit is contained in:
2026-06-10 11:57:33 +02:00
parent eb49b6248d
commit ed820b7fd1
+1 -1
View File
@@ -11,7 +11,7 @@ const LichessButton = () => {
return (
<button
className="text-(--accent) border rounded-xl px-6 py-3 cursor-pointer flex items-center gap-2 p-2 hover:bg-(--accent) hover:text-(--header-bg) transition-colors duration-300 ease-in-out"
className="w-full text-(--accent) border rounded-xl px-6 py-3 cursor-pointer flex items-center justify-center gap-2 p-2 hover:bg-(--accent) hover:text-(--header-bg) transition-colors duration-300 ease-in-out"
onClick={onClickHandler}
type="button"
>