Skip to content
New issue

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

Fixed issue #27095 - In Floating cart delete pop-up, When user click on out side of OK button than button color is changed #27096

Closed
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/modal/confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define([
}
}, {
text: $t('OK'),
class: 'action-primary action-accept',
class: 'action primary action-accept',

/**
* Click handler.
Expand Down