Skip to content

Commit

Permalink
Changed Radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MNRedPanda committed Jun 13, 2024
1 parent fec2ed3 commit 7d90309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/radial/components/label.typ
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// - type (string): Any of the radial entry types
/// - size (size): The size of the label
/// -> content
#let label(type, size: 0.7em, radius: 1.5pt) = {
#let label(type, size: 0.7em, radius: 6pt) = {
let data = entry-type-metadata.at(type)
let colored-image = utils.change-icon-color(raw-icon: data.icon, fill: white)

Expand Down

0 comments on commit 7d90309

Please sign in to comment.