diff options
Diffstat (limited to 'src/components/font_control/font_control.vue')
| -rw-r--r-- | src/components/font_control/font_control.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/font_control/font_control.vue b/src/components/font_control/font_control.vue index 40aed190..6070ab22 100644 --- a/src/components/font_control/font_control.vue +++ b/src/components/font_control/font_control.vue @@ -41,7 +41,7 @@ {{ option === 'custom' ? $t('settings.style.fonts.custom') : option }} </option> </select> - <FAIcon class="icon-down-open" icon="chevron-down" /> + <FAIcon class="select-down-icon" icon="chevron-down" /> </label> <input v-if="isCustom" |
