fix: use --color-text-on-primary for profile save button text

This commit is contained in:
2026-04-08 11:38:00 +02:00
parent bfb582379a
commit 294d9e6c8d

View File

@@ -299,7 +299,7 @@
.profile-save-btn {
padding: 0.4rem 0.75rem;
background: var(--color-primary);
color: white;
color: var(--color-text-on-primary);
border: none;
border-radius: 6px;
font-weight: 600;