Fix preset button text color for proper theme contrast

Added explicit color property to .preset-name CSS class to ensure
text is always visible in both light and dark themes.
This commit is contained in:
2026-03-08 17:15:07 -05:00
parent 87ac7b0ce4
commit 3e35978b73

View File

@@ -598,6 +598,7 @@
font-size: 0.7rem; font-size: 0.7rem;
text-align: center; text-align: center;
line-height: 1.2; line-height: 1.2;
color: var(--color-text-primary);
} }
/* Modal styles */ /* Modal styles */