Skip to content

Commit 5b0920f

Browse files
committed
typst - fix default callout. Closes #9694
1 parent b0517b0 commit 5b0920f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/resources/filters/modules/callouts.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ local callout_attrs = {
137137

138138
__other = {
139139
color = constants.kColorUnknown,
140-
background_color = constants.kColorUnknown,
140+
background_color = constants.kBackgroundColorUnknown,
141141
latex_color = "quarto-callout-color",
142142
latex_frame_color = "quarto-callout-color-frame",
143-
fa_icon = nil,
144-
fa_icon_typst = nil
143+
fa_icon = "faInfo",
144+
fa_icon_typst = "fa-info"
145145
}
146146
}
147147

0 commit comments

Comments
 (0)