Skip to content

Commit

Permalink
fix(core): fix the close-button class name (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit1503khanna authored Feb 21, 2024
1 parent 4ade0ea commit 9a20763
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
</div>
<div>
<button
class="close-button"
class="close-btn"
(click)="
callback(
getLibraryValue(
Expand Down Expand Up @@ -316,7 +316,7 @@
</div>
<div>
<button
class="close-button"
class="close-btn"
(click)="
callback(
getLibraryValue(
Expand Down Expand Up @@ -371,7 +371,7 @@
</div>
<div class="set-email-btn">
<button
class="close-button"
class="close-btn"
(click)="callback(emailInput)"
[disabled]="!emailInput.subject || !emailInput.body"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ input[type="time"]:focus {
.date-input{
margin-right: 10px;
}
.close-button {
.close-btn {
@include theme;
height: 35px;
padding: 0 10px;
Expand Down
4 changes: 2 additions & 2 deletions projects/workflows-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"access": "public",
"directory": "dist"
},
"hash": "90788b80097a03917ae5eb70f77bc7f6b74ac194fe063243573f2f673458f1d8"
}
"hash": "8eb49ead733e56f2c1c9b89176e0b56ce4e6dfd6c22bce2e82e4a623c95ddf65"
}

0 comments on commit 9a20763

Please sign in to comment.