diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
| commit | 3cbaa0044943341fa4af4e4eb880649fc7eecda4 (patch) | |
| tree | 96db86a986868b76ef8ae7200fa20d51607a54d3 /src/components/font_control/font_control.vue | |
| parent | b19c2eb0fb45aca4f4a59c4afacaffddf695987d (diff) | |
more replacements + small renames
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" |
