fix: import sounds font size

This commit is contained in:
Felix Roos 2026-01-22 01:35:19 +01:00
parent e9ea0bc7cc
commit f9ed71fbf8
No known key found for this signature in database

View file

@ -166,7 +166,7 @@ export function SoundsTab() {
); );
})} })}
{!soundEntries.length && soundsFilter === 'importSounds' ? ( {!soundEntries.length && soundsFilter === 'importSounds' ? (
<div className="prose dark:prose-invert min-w-full pt-2 pb-8 px-4"> <div className="prose dark:prose-invert min-w-full text-sm">
<ImportSoundsButton onComplete={() => settingsMap.setKey('soundsFilter', 'user')} /> <ImportSoundsButton onComplete={() => settingsMap.setKey('soundsFilter', 'user')} />
<p> <p>
To import sounds into strudel, they must be contained{' '} To import sounds into strudel, they must be contained{' '}