Skip to content

Commit

Permalink
Merge pull request #13 from nmarcy-del/develop
Browse files Browse the repository at this point in the history
Fix TFA issue
  • Loading branch information
nmarcy-del authored Nov 5, 2023
2 parents 14c01f0 + d23207e commit 67de624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "del001/admin-ui-color-swap",
"description": "A Magento 2 module to swap the admin UI colors",
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": [
"proprietary"
],
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/layout/default.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<referenceContainer name="content">
<referenceContainer name="after.body.start">
<block class="Del001\AdminUiColorSwap\Block\Adminhtml\Theme" name="uitheme_theme" template="Del001_AdminUiColorSwap::theme.phtml" />
</referenceContainer>
</page>

0 comments on commit 67de624

Please sign in to comment.