Skip to content

Commit

Permalink
Merge pull request #111 from rtjord/ada-fix
Browse files Browse the repository at this point in the history
fixed upload button color for ada compliance
  • Loading branch information
rtjord authored Dec 9, 2024
2 parents b49c8b7 + 93d460d commit f85a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/upload/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function UploadFile() {
type="submit"
style={{
padding: '10px 20px',
backgroundColor: '#007bff',
backgroundColor: '#006ee5',
color: 'white',
border: 'none',
borderRadius: '4px',
Expand Down

0 comments on commit f85a1ae

Please sign in to comment.