enhance(ui): polish the shortcut label

This commit is contained in:
charlie
2024-01-15 11:21:03 +08:00
parent f6a21102ff
commit 38eeb8cc8a
4 changed files with 5 additions and 5 deletions

View File

@@ -1065,7 +1065,7 @@
(when badge-updates?
{:title [:div.flex.items-center.space-x-5.leading-none
[:span (t :plugin/found-updates)] (ui/point "bg-red-600" 5 {:style {:margin-top 2}})]
[:span (t :plugin/found-updates)] (ui/point "bg-red-700" 5 {:style {:margin-top 2}})]
:options {:on-click #(open-waiting-updates-modal!)
:class "extra-item"}
:icon (ui/icon "download")})]