Skip to content

Commit

Permalink
Merge pull request #7191 from Sachin-Mamoru/timeout-modal-issue
Browse files Browse the repository at this point in the history
Fix branding issue in dismiss button of the timeout modal
  • Loading branch information
Sachin-Mamoru authored Dec 10, 2024
2 parents e69419b + a085064 commit 50f44f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-suits-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Reflect branding in dismiss button of the timeout modal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
<div class="actions">
<div class="ui deny button" id="asg-modal-0-dismiss-button">
<div class="ui secondary deny button" id="asg-modal-0-dismiss-button">
${param.cancel_button_text}
</div>
<c:if test="${not empty param.action_button_text}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
<div class="actions">
<div class="ui deny button" id="asg-modal-0-dismiss-button">
<div class="ui secondary deny button" id="asg-modal-0-dismiss-button">
${param.cancel_button_text}
</div>
<c:if test="${not empty param.action_button_text}">
Expand Down

0 comments on commit 50f44f8

Please sign in to comment.