mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
set is-info to is-link color and changed wrong class uses
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user