Skip to content

Commit 89755f6

Browse files
Merge pull request #4436 from Codeinwp/bugfix/pro/3040
Fixed secondary button border color
2 parents 16d4483 + 0655e5e commit 89755f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/core/styles/frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ private function setup_form_fields_style() {
688688
];
689689
$this->_subscribers[ Config::CSS_SELECTOR_FORM_BUTTON ]['border-color'] = [
690690
'key' => 'neve_form_button_type',
691-
'override' => 'var(--secondarybtnhovercolor)',
691+
'override' => 'var(--secondarybtncolor)',
692692
];
693693
$this->_subscribers[ Config::CSS_SELECTOR_FORM_BUTTON_HOVER ]['border-color'] = [
694694
'key' => 'neve_form_button_type',

0 commit comments

Comments
 (0)