mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help-beta: Use zulip-unplugin-icon
class for font awesome icons.
This commit is contained in:
committed by
Tim Abbott
parent
c082c9875a
commit
21bcf590a1
@@ -30,7 +30,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
iconCustomizer(collection, _icon, props) {
|
||||
if (collection === "zulip-icon") {
|
||||
if (collection === "zulip-icon" || collection === "fa") {
|
||||
// We need to override some default starlight behaviour to make
|
||||
// icons look nice, see the css for this class to see the reasoning
|
||||
// for each individual override of the default css.
|
||||
|
Reference in New Issue
Block a user