chevrons-downs, settings

This commit is contained in:
Henry Jameson 2020-10-20 21:03:46 +03:00
parent 8b3a7ae8c0
commit e8650d3409
14 changed files with 97 additions and 20 deletions

View file

@ -1,4 +1,12 @@
import { set } from 'vue'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faChevronDown
} from '@fortawesome/free-solid-svg-icons'
library.add(
faChevronDown
)
export default {
props: [

View file

@ -41,7 +41,7 @@
{{ option === 'custom' ? $t('settings.style.fonts.custom') : option }}
</option>
</select>
<i class="icon-down-open" />
<FAIcon class="icon-down-open" icon="chevron-down" />
</label>
<input
v-if="isCustom"