Skip to content

Commit a3d8967

Browse files
b0aseclaude
andcommitted
Fix download button text color to black for better readability
Change download button text from white to black for better contrast against blue background 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 84830aa commit a3d8967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/EducationalProposalPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const EducationalProposalPage: React.FC = () => {
162162
163163
.download-button {
164164
background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
165-
color: #ffffff;
165+
color: #000000;
166166
border: none;
167167
padding: 12px 24px;
168168
border-radius: 6px;

0 commit comments

Comments
 (0)