mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +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: {
|
||||
cancel: {
|
||||
label: L('Cancel'),
|
||||
className: 'btn-default responsive-button',
|
||||
className: 'btn-secondary responsive-button',
|
||||
callback: function()
|
||||
{
|
||||
Grocy.Components.ProductPicker.SetValue('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user