diff options
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index b7bf167a..18b5ab1c 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -565,7 +565,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { filled.small: '⬪', filled.medium: '⬧', ], - star: [op: '⋆', stroked: '★', filled: '★'], + star: [op: '⋆', stroked: '☆', filled: '★'], // Arrows, harpoons, and tacks. arrow: [ |
