We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another color palette issue. Trying to get the material color palette 'light-blue' results in this:
Light green works. My arguments:
array( 'type' => 'color-palette', 'settings' => $textdomain . '_color_info', 'label' => __( 'Info Color', $textdomain ), 'section' => 'colors', 'transport' => 'auto', 'priority' => 60, 'choices' => array( 'colors' => Kirki_Helper::get_material_design_colors( 'light-blue' ), // Wrong parameter? 'style' => 'round', ), 'output' => array( array( 'element' => '.border-info', 'property' => 'border-color', 'suffix' => '!important', ) ), 'default' => '#03A9F4', )
The text was updated successfully, but these errors were encountered:
1fa09cc
Fixed in the develop branch, it was a simple typo (underscore instead of hyphen)
Sorry, something went wrong.
No branches or pull requests
Another color palette issue. Trying to get the material color palette 'light-blue' results in this:
Light green works. My arguments:
The text was updated successfully, but these errors were encountered: