mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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…
Reference in New Issue
Block a user