Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(theme): form backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 10, 2019
1 parent 29a3332 commit e317a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default class ContactForm extends Component {
disabled={isSubmitting}
sx={{
...styles.button,
background: `purpleDark`,
backgroundColor: `purpleDark`,
color: `darkWhite`,
}}
>
Expand Down

0 comments on commit e317a27

Please sign in to comment.