We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1566368 commit 58905c7Copy full SHA for 58905c7
src/renderer/notification/views.cljs
@@ -34,6 +34,7 @@
34
notifications)
35
36
(when (second notifications)
37
- [:button.button.overlay.px-2
38
- {:on-click #(rf/dispatch [:notification/clear-all])}
39
- "Clear all"])]))
+ [:div.bg-primary
+ [:button.button.overlay.px-2.rounded
+ {:on-click #(rf/dispatch [:notification/clear-all])}
40
+ "Clear all"]])]))
src/renderer/utils/error.cljs
@@ -24,7 +24,7 @@
24
[:div
25
[:h2.mb-4.font-bold error-message]
26
[:p.text-error (str error)]
27
- [:a.button.bg-primary.px-2.w-full
+ [:a.button.bg-primary.px-2.w-full.rounded
28
{:target "_blank"
29
:href (str "https://github.com/re-path/studio/issues/new?"
30
"&title=" error
0 commit comments