We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee391c commit 57b5250Copy full SHA for 57b5250
src/injectors/gitlab-injector.ts
@@ -95,7 +95,7 @@ class RepositoryInjector implements ButtonInjector {
95
a.text = "Gitpod"
96
a.href = url;
97
a.target = "_blank";
98
- a.className = "btn btn-primary";
+ a.className = "gl-button btn btn-info";
99
100
if (openAsPopup) {
101
makeOpenInPopup(a);
0 commit comments