Skip to content

Commit

Permalink
fix(core): set button ui in email
Browse files Browse the repository at this point in the history
GH-0
  • Loading branch information
AryanshSourcefuse committed Feb 22, 2024
1 parent fa644e4 commit 6fa115f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
</div>
<div class="set-email-btn">
<button
class="close-btn"
class="close-btn-lib"
(click)="callback(emailInput)"
[disabled]="!emailInput.subject || !emailInput.body"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ input[type="time"]:focus {
.set-email-btn {
text-align: right;
padding: 10px;
.close-btn {
background: $black;
color: $white;
.close-btn-lib {
@include theme;
cursor: pointer;
font-size: 13px;
padding: 5px 20px;
Expand Down
8 changes: 4 additions & 4 deletions projects/workflows-element/dist/workflows-element.js

Large diffs are not rendered by default.

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": "8eb49ead733e56f2c1c9b89176e0b56ce4e6dfd6c22bce2e82e4a623c95ddf65"
}
"hash": "1dd19f4dbb1753c89acdf0a10e45f998b6dc6852e20343774481427a5f83071a"
}

0 comments on commit 6fa115f

Please sign in to comment.