- updated button to match

This commit is contained in:
2025-10-20 10:50:16 +01:00
parent b2dd35b311
commit a54e6a79c1
11 changed files with 74 additions and 169 deletions

View File

@@ -289,7 +289,7 @@ export type FormValues = {
export type SoundUploadValue = {
name: string;
soundFile: string | undefined;
soundFile: File | null;
};
export type SoundState = {