Skip to content

Commit

Permalink
fix oauth buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jan 19, 2024
1 parent 1f455e7 commit acb259a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@colyseus/playground",
"version": "0.15.10",
"version": "0.15.11",
"dependencies": {
"@colyseus/core": "^0.15.0",
"@colyseus/auth": "^0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions src/components/AuthOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function AuthOptions({
<hr className="my-4" />
<div>
<h2 className="font-semibold text-sm">OAuth 2.0 Provider</h2>
<div className="mt-2 gap-2">
<div className="mt-2 gap-2 flex flex-wrap">
{authConfig.oauth.map((provider) => (
<button
key={provider}
Expand Down Expand Up @@ -171,4 +171,4 @@ export function AuthOptions({
</div>
</div>
);
}
}

0 comments on commit acb259a

Please sign in to comment.