refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-06-10 13:57:13 +04:00
parent f55579ce25
commit 884282c4ed
7 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
const i18n = getContext('i18n');
export let show = false;
export let className = 'max-w-[160px]';
export let className = 'max-w-[170px]';
export let onRecord = () => {};
export let onCaptureAudio = () => {};