Skip to content

Commit

Permalink
Merge pull request #90 from bitkarrot/main
Browse files Browse the repository at this point in the history
color lock room orange
  • Loading branch information
bitkarrot authored Nov 5, 2024
2 parents 4b5b966 + 0a72f9e commit 8066167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ <h1>Loading</h1>
</button>
<br />
<button id="lockRoomButton" class="hidden btn-custom">
<i class="fas fa-lock-open"></i>
<p>Lock room</p>
<i class="fas fa-lock-open" style="color:orange"></i>
<p style="color:orange">Lock room</p>
</button>
<button id="unlockRoomButton" class="hidden btn-custom">
<i class="fas fa-lock"></i>
Expand Down

0 comments on commit 8066167

Please sign in to comment.