We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57868c2 commit c442c68Copy full SHA for c442c68
templates/repo/clone_panel.tmpl
@@ -1,4 +1,4 @@
1
-<button class="ui green button js-btn-clone-panel">
+<button class="ui primary button js-btn-clone-panel">
2
<span>{{svg "octicon-code" 16}} Code</span>
3
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
4
</button>
templates/repo/code/upstream_diverging_info.tmpl
@@ -10,7 +10,7 @@
10
{{end}}
11
</div>
12
{{if .CanWriteCode}}
13
- <button class="ui compact green button tw-m-0 link-action" data-url="{{.Repository.Link}}/branches/merge-upstream?branch={{.BranchName}}">
+ <button class="ui compact primary button tw-m-0 link-action" data-url="{{.Repository.Link}}/branches/merge-upstream?branch={{.BranchName}}">
14
{{ctx.Locale.Tr "repo.pulls.upstream_diverging_merge"}}
15
16
0 commit comments