1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 12:18:36 +00:00

Use primary as button color (#32949)

* Fix #32871
* Fix #32948
This commit is contained in:
wxiaoguang
2024-12-22 23:03:39 +08:00
committed by GitHub
parent 35c86af164
commit afe314fa77
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<button class="ui green button js-btn-clone-panel">
<button class="ui primary button js-btn-clone-panel">
<span>{{svg "octicon-code" 16}} Code</span>
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
</button>