Skip to content

Commit 0fb8eae

Browse files
committed
fix(settings): padding issues
1 parent 32fe8c4 commit 0fb8eae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/settings/AudioSettingsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<template #content>
99
<div class="space-y-6">
1010
<Switch
11-
class="w-full"
11+
class="w-full !px-0"
1212
label="Noise Cancellation"
1313
description="Reduce background noise from your microphone"
1414
v-model="noiseCancellationEnabledLocal"

frontend/src/components/settings/SettingsDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div v-for="tab in tabs">
4444
<div
4545
v-if="!tab.hideLabel"
46-
class="mb-2 mt-3 hidden md:flex gap-1.5 px-1 text-base font-medium text-ink-gray-5"
46+
class="mb-2 ml-1 mt-3 hidden md:flex gap-1.5 px-1 text-base font-medium text-ink-gray-5"
4747
>
4848
<span>{{ tab.label }}</span>
4949
</div>

0 commit comments

Comments
 (0)