Fix word icon in report

This commit is contained in:
Anton 2025-02-27 13:48:57 +01:00
parent caff6ee1e9
commit 881b66685d

View file

@ -70,7 +70,7 @@ module Toolbars
{
name: 'update_docx',
label: label,
icon: 'sn-icon sn-icon-file-word',
icon: 'sn-icon sn-icon-file-word h-6 w-6 flex items-center justify-center', # Custom icon fix
type: :emit
}
end