Skip to content

Commit

Permalink
stylo
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Aug 4, 2023
1 parent 5b4de2a commit db89e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zd/blocks/anns.clj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

(defmethod methods/renderann :badge
[ztx ctx {key :key cnt :content :as block}]
[:div {:class (c :border [:my 1] [:mr 2] :inline-flex :items-baseline :rounded)}
[:div {:class (c :border [:my 1] [:mr 2] :inline-flex :items-center :rounded)}
[:div {:class (c :inline-block [:px 1] [:bg :gray-100] [:py 0.5] :text-sm [:text :gray-700] {:font-weight "400"})}
key]
[:div {:class (c [:px 1] [:py 0.5] :inline-block :text-sm)}
Expand Down

0 comments on commit db89e75

Please sign in to comment.