Skip to content

Commit 9a20763

Browse files
fix(core): fix the close-button class name (#60)
GH-59
1 parent 4ade0ea commit 9a20763

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

projects/workflows-creator/src/lib/builder/group/group.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
</div>
283283
<div>
284284
<button
285-
class="close-button"
285+
class="close-btn"
286286
(click)="
287287
callback(
288288
getLibraryValue(
@@ -316,7 +316,7 @@
316316
</div>
317317
<div>
318318
<button
319-
class="close-button"
319+
class="close-btn"
320320
(click)="
321321
callback(
322322
getLibraryValue(
@@ -371,7 +371,7 @@
371371
</div>
372372
<div class="set-email-btn">
373373
<button
374-
class="close-button"
374+
class="close-btn"
375375
(click)="callback(emailInput)"
376376
[disabled]="!emailInput.subject || !emailInput.body"
377377
>

projects/workflows-creator/src/lib/builder/group/group.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ input[type="time"]:focus {
311311
.date-input{
312312
margin-right: 10px;
313313
}
314-
.close-button {
314+
.close-btn {
315315
@include theme;
316316
height: 35px;
317317
padding: 0 10px;

projects/workflows-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"access": "public",
1818
"directory": "dist"
1919
},
20-
"hash": "90788b80097a03917ae5eb70f77bc7f6b74ac194fe063243573f2f673458f1d8"
21-
}
20+
"hash": "8eb49ead733e56f2c1c9b89176e0b56ce4e6dfd6c22bce2e82e4a623c95ddf65"
21+
}

0 commit comments

Comments
 (0)