- πΊπΈUnited States loze Los Angeles
This works for me. Im a bale to set the braintree field styles in a form alter
$form['#attached']['drupalSettings']['commerceBraintree']['styles']['input'] = [ 'font-size' => '18px', 'color' => '#ff0000', ];
commerce_braintree should have a styles property so we can update the look and feel via custom js.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This works for me. Im a bale to set the braintree field styles in a form alter
$form['#attached']['drupalSettings']['commerceBraintree']['styles']['input'] = [
'font-size' => '18px',
'color' => '#ff0000',
];