Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 25, 2024
1 parent 65f8d44 commit d0222de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ th {
.transcription-header-options button {
border: none;
transition: all 0.3s ease-in-out;
background: rgba(0, 0, 0, 0.2);
background: transparent;
color: #fff;
border-radius: 5px;
transition: background 0.23s;
Expand Down Expand Up @@ -895,6 +895,7 @@ th {

.transcription-inputarea select {
margin: 0 5px;
background-color: var(--select-bg) !important;
cursor: pointer;
}

Expand Down

0 comments on commit d0222de

Please sign in to comment.