Skip to content

Commit

Permalink
新規登録ダイアログに閉じるボタンとダークモード
Browse files Browse the repository at this point in the history
  • Loading branch information
narumincho committed Jul 7, 2024
1 parent 13f4aba commit 2f7816f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions client/SignUpDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ export const SignUpDialog = (props: {
gap: 16,
}}
>
<div
style={{
display: "flex",
}}
>
<h2
style={{
margin: 0,
flexGrow: 1,
}}
>
Sign Up
</h2>
<button type="button" onClick={props.onClose}>
x
</button>
</div>
<label>
<div>Username</div>
<input type="text" />
Expand Down
Loading

0 comments on commit 2f7816f

Please sign in to comment.