square button for refresh public games

This commit is contained in:
Nathaniel Tampus
2023-03-25 11:13:06 +08:00
parent 19909d74b9
commit 4af8dc6d13

View File

@@ -17,7 +17,7 @@ export default function RefreshButton() {
return (
<button
aria-label="Refresh public games"
className={"btn btn-sm btn-ghost" + (isLoading ? " loading" : "")}
className={"btn btn-sm btn-square btn-ghost" + (isLoading ? " loading" : "")}
onClick={handleRefresh}
>
<IconRefresh size={16} />