Skip to content

Commit

Permalink
change colorpicker
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 14, 2019
1 parent b10e44f commit 0a16c40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inc/customizer/nested-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ function gridd_add_nested_grid_options( $id ) {
]
);

Customizer::add_field(
new \Kirki\Field\ReactColor(
[
'type' => 'color',
'settings' => "gridd_nested_grid_{$id}_background_color",
'label' => esc_attr__( 'Grid Container background-color', 'gridd-plus' ),
'description' => '',
Expand All @@ -161,7 +160,7 @@ function gridd_add_nested_grid_options( $id ) {
],
],
'choices' => [
'alpha' => true,
'formComponent' => 'ChromePicker',
],
]
);
Expand Down

0 comments on commit 0a16c40

Please sign in to comment.