set is-info to is-link color and changed wrong class uses

This commit is contained in:
Florian Scholdei
2019-01-25 13:15:04 +01:00
parent c118482a2c
commit b877cf2146
3 changed files with 6 additions and 6 deletions

View File

@@ -25,9 +25,9 @@ class ButtonGroup extends React.Component<Props> {
let historyColor = "";
if (historyIsSelected) {
historyColor = "info is-selected";
historyColor = "link is-selected";
} else {
sourcesColor = "info is-selected";
sourcesColor = "link is-selected";
}
const sourcesLabel = (