Skip to content

Commit 0302715

Browse files
committed
fix(style): recording dialog input background
1 parent d2702cf commit 0302715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/internals/RecordingDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async function start() {
3838
<label for="title">Recording Name</label>
3939
<input
4040
v-model="recordingName"
41+
class="bg-transparent text-current"
4142
name="title"
4243
type="text"
4344
placeholder="Enter the title..."

0 commit comments

Comments
 (0)