remove color props

This commit is contained in:
Maren Süwer
2019-01-30 15:58:55 +01:00
parent 554b24a199
commit e878fac686
2 changed files with 3 additions and 7 deletions

View File

@@ -47,8 +47,6 @@ class FileButtonGroup extends React.Component<Props> {
<ButtonGroup
firstlabel={sourcesLabel}
secondlabel={historyLabel}
firstColor=""
secondColor=""
firstAction={this.showSources}
secondAction={this.showHistory}
firstIsSelected={!historyIsSelected}