Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Improvement] Enhanced the authoring MFE dark theme by refining styling and improving visual consistency across components, ensuring better alignment with the overall theme design and the light theme. (by @arbirali)
4 changes: 2 additions & 2 deletions tutorindigo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _override_openedx_docker_image(
(
f"mfe-dockerfile-post-npm-install-{mfe}",
"""
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.1'
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.2'
""", # noqa: E501
),
]
Expand All @@ -131,7 +131,7 @@ def _override_openedx_docker_image(
hooks.Filters.ENV_PATCHES.add_item(
(
"mfe-dockerfile-post-npm-install-authn",
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.1'",
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.2'",
)
)

Expand Down
Loading