redesigned buttons

This commit is contained in:
2026-05-15 14:40:08 +02:00
parent 59108835dd
commit 288bf890dc
13 changed files with 99 additions and 82 deletions
@@ -215,7 +215,7 @@ export default function Settings() {
<Field label="Footer text" value={config.footer || ''} onChange={v => update('footer', v)} />
</section>
<button type="submit" className="btn-stamp">
<button type="submit" className="btn btn--primary">
Save site settings
</button>
</form>