Skip to content

Commit

Permalink
Merge pull request #876 from Infineon/875-color-issue-in-component-mo…
Browse files Browse the repository at this point in the history
…dal-in-alert-variant

Fixed icon height in modal's alert variant #875
  • Loading branch information
akashyeole authored Jan 12, 2024
2 parents ec0c9cd + 3720c82 commit f6b33f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
.modal-content-container {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 50%;
left: 50%;
Expand All @@ -47,6 +46,7 @@
overflow: hidden;
box-sizing: border-box;
font-family: tokens.$ifxFontFamilyBody;
align-items: stretch;

}

Expand All @@ -71,7 +71,7 @@
justify-content: center;
width: 32px;
background-color: tokens.$ifxColorOcean500;
height: 100%;
align-self: stretch;

&.danger {
background-color: tokens.$ifxColorRed500;
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</style>

<script defer>

</script>

</head>

<body>

</body>

</html>

0 comments on commit f6b33f1

Please sign in to comment.