Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Fix: Remove unecessary color prop from MarkdownTextArea (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
helfi92 authored Dec 24, 2019
1 parent 19b8950 commit a49ce55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MarkdownTextArea/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import pickClassName from '../../utils/pickClassName';
return {
tab: {
flexGrow: 1,
color: theme.palette.text.primary,
},
tabContent: {
marginTop: theme.spacing(1),
Expand Down

0 comments on commit a49ce55

Please sign in to comment.