Skip to content

Commit

Permalink
button and features list issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Mar 11, 2021
1 parent 96bd861 commit 1f7fd99
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions inc/widgets/price-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ protected function _register_controls() {
'ua_icon_choose',
[
'label' => __( 'Icon', 'ultraaddons' ),
'type' => Controls_Manager::ICONS,
'default' => [
'value' => 'fas fa-star',
'library' => 'solid',
'type' => Controls_Manager::ICONS,
'fa4compatibility' => 'icon',
'default' => [
'value' => 'uicon uicon-ultraaddons',
'library' => 'ultraaddons',
],
'condition' => [
'ua_icon_select' => 'icon',
Expand Down

0 comments on commit 1f7fd99

Please sign in to comment.