Skip to content

Commit

Permalink
Additional Kondo fixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lparrott committed Dec 20, 2024
1 parent 83e69c7 commit 4d092d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
variant="bare"
icon-name="utility:chevrondown"
onclick={toggleSelectGatewayControls}
class="slds-m-left_xxx-small"
class="slds-m-left_xx-small"
data-qa-locator="ga-show-button-icon">
</lightning-button-icon>
</div>
Expand All @@ -48,7 +48,7 @@
variant="bare"
icon-name="utility:chevronup"
onclick={toggleSelectGatewayControls}
class="slds-m-left_xxx-small"
class="slds-m-left_xx-small"
data-qa-locator="ga-hide-button-icon">
</lightning-button-icon>
</div>
Expand Down Expand Up @@ -82,7 +82,7 @@
variant="bare"
icon-name="utility:chevrondown"
onclick={toggleSelectGatewayControls}
class="slds-m-left_xxx-small"
class="slds-m-left_xx-small"
data-qa-locator="pm-show-button-icon">
</lightning-button-icon>
</div>
Expand All @@ -103,7 +103,7 @@
variant="bare"
icon-name="utility:chevronup"
onclick={toggleSelectGatewayControls}
class="slds-m-left_xxx-small"
class="slds-m-left_xx-small"
data-qa-locator="pm-hide-button-icon">
</lightning-button-icon>
</div>
Expand Down
4 changes: 3 additions & 1 deletion force-app/main/default/lwc/rd2EntryForm/rd2EntryForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<div class="slds-modal__container">
<header class="slds-modal__header slds-clearfix">
<lightning-button-icon
class="slds-modal__close"
class="slds-button slds-button_icon slds-modal__close closeIcon"
variant="bare"
size="large"
title={customLabels.closeButtonLabel}
icon-name="utility:close"
icon-class="slds-button_icon-inverse"
Expand Down

0 comments on commit 4d092d8

Please sign in to comment.