Skip to content

Commit 57b5250

Browse files
authored
Update button class names for GitLab (#31)
1 parent 1ee391c commit 57b5250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/injectors/gitlab-injector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class RepositoryInjector implements ButtonInjector {
9595
a.text = "Gitpod"
9696
a.href = url;
9797
a.target = "_blank";
98-
a.className = "btn btn-primary";
98+
a.className = "gl-button btn btn-info";
9999

100100
if (openAsPopup) {
101101
makeOpenInPopup(a);

0 commit comments

Comments
 (0)