Skip to content

Commit

Permalink
#45 default color
Browse files Browse the repository at this point in the history
  • Loading branch information
YahyaTec committed Jan 4, 2023
1 parent b998ac7 commit 6062892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/counter/skins/skin-counter-v1.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public function style_counter_controls( $widget ) {
'global' => array(
'default' => Global_Colors::COLOR_SECONDARY,
),
'default' => '#377dff',
'selectors' => array(
'{{WRAPPER}} .pieChart circle.pieChart__bar' => 'stroke: {{VALUE}};',
),
Expand All @@ -310,6 +311,7 @@ public function style_counter_controls( $widget ) {
'global' => array(
'default' => Global_Colors::COLOR_SECONDARY,
),
'default' => '#f8fafd',
'selectors' => array(
'{{WRAPPER}} .pieChart__back' => 'stroke: {{VALUE}};',
),
Expand Down

0 comments on commit 6062892

Please sign in to comment.