mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed cancel button color in unknown product resolve dialog
This commit is contained in:
parent
0f03420808
commit
2d0c0bf34f
@ -150,7 +150,7 @@ $('#product_id_text_input').on('blur', function(e)
|
|||||||
buttons: {
|
buttons: {
|
||||||
cancel: {
|
cancel: {
|
||||||
label: L('Cancel'),
|
label: L('Cancel'),
|
||||||
className: 'btn-default responsive-button',
|
className: 'btn-secondary responsive-button',
|
||||||
callback: function()
|
callback: function()
|
||||||
{
|
{
|
||||||
Grocy.Components.ProductPicker.SetValue('');
|
Grocy.Components.ProductPicker.SetValue('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user