Merge branch 'ent-13570-Texto-botones-inferiores-de-colecciones-se-ve-mal-en-tema-oscuro' into 'develop'

Ent 13570 texto botones inferiores de colecciones se ve mal en tema oscuro

See merge request artica/pandorafms!7287
This commit is contained in:
Jose Martin 2024-04-29 10:34:39 +00:00
commit c095295e35

View File

@ -1032,7 +1032,7 @@ function filemanager_file_explorer(
false,
'show_form_create_folder()',
[
'class' => 'margin-right-2 invert_filter secondary',
'class' => 'margin-right-2 primary buttonButton',
'icon' => 'create_directory',
],
true,
@ -1047,7 +1047,7 @@ function filemanager_file_explorer(
false,
'show_create_text_file()',
[
'class' => 'margin-right-2 invert_filter secondary',
'class' => 'margin-right-2 primary buttonButton',
'icon' => 'create_file',
],
true,
@ -1061,7 +1061,7 @@ function filemanager_file_explorer(
false,
'show_upload_file()',
[
'class' => 'margin-right-2 invert_filter secondary',
'class' => 'margin-right-2 primary buttonButton',
'icon' => 'upload_file',
],
true,