Change icon styles #3620
Answered
by
davidhemphill
ryanmitchell
asked this question in
Q&A
-
Is there a way of changing the icon SVGs for the edit / delete buttons and other icons in the system? I see they are available as Vue components, but if I change them then I lose the ability to update the core codebase. Can they be overwritten or extended somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
Nov 3, 2021
Replies: 1 comment 1 reply
-
You can register a component to replace it with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can register a component to replace it with
Vue.component('icon-name', require('IconName').default)