[dyad] Added a footer and theme switcher - wrote 6 file(s), deleted 1 file(s)

This commit is contained in:
[dyad]
2026-01-20 12:00:18 +01:00
parent 3f4cd7443c
commit e978708456
7 changed files with 60 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ export function MetaForm() {
className="pl-10 h-12 text-base rounded-lg shadow-sm"
/>
</div>
<Button type="submit" disabled={loading} className="w-full sm:w-auto h-12 px-8 rounded-lg bg-indigo-600 hover:bg-indigo-700 text-white font-semibold transition-all">
<Button type="submit" disabled={loading} className="w-full sm:w-auto h-12 px-8 rounded-lg font-semibold transition-all">
{loading ? "Extracting..." : "Extract"}
</Button>
</form>