Skip to content

Commit

Permalink
update input
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 22, 2024
1 parent f7bc66a commit 3391fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
chess.<span class="text-nush-mid">nush</span>.app
</span>
<br />
<input class="text-lg text-center px-2 py-1" placeholder="Enter your name..." v-model="state.username"/>
<input class="text-lg text-center px-2 py-1 text-white bg-black" placeholder="Enter your name..." v-model="state.username"/>
<br />
<button
class="
Expand Down

0 comments on commit 3391fb5

Please sign in to comment.