Skip to content

Commit

Permalink
fix(icons): use correct fa4 radioOn icon
Browse files Browse the repository at this point in the history
fixes #8201
  • Loading branch information
johnleider committed Jul 31, 2019
1 parent 9c6e9ca commit d14dcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Object {
"next": "fa fa-chevron-right",
"prev": "fa fa-chevron-left",
"radioOff": "fa fa-circle-o",
"radioOn": "fa fa-dot-circle",
"radioOn": "fa fa-dot-circle-o",
"ratingEmpty": "fa fa-star-o",
"ratingFull": "fa fa-star",
"ratingHalf": "fa fa-star-half-o",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/src/services/icons/presets/fa4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const icons: VuetifyIcons = {
menu: 'fa fa-bars',
subgroup: 'fa fa-caret-down',
dropdown: 'fa fa-caret-down',
radioOn: 'fa fa-dot-circle',
radioOn: 'fa fa-dot-circle-o',
radioOff: 'fa fa-circle-o',
edit: 'fa fa-pencil',
ratingEmpty: 'fa fa-star-o',
Expand Down

0 comments on commit d14dcc9

Please sign in to comment.