FIX: double declarative button class names (#35177)

Buttons can only have 1 declarative class, not a combination. 

| BC | AC |
|--------|--------|
| <img width="666" height="1214" alt="CleanShot 2025-10-03 at 07 24
22@2x"
src="https://github.com/user-attachments/assets/448e4193-13a9-483c-80f7-6acc86e253d0"
/> | <img width="666" height="1214" alt="CleanShot 2025-10-03 at 07 23
56@2x"
src="https://github.com/user-attachments/assets/45c3abe5-a59f-4cf5-ad5e-19efb4721023"
/> |
This commit is contained in:
chapoi
2025-10-03 07:48:24 -06:00
committed by GitHub
parent 564f82b84f
commit 68d4113a75
2 changed files with 2 additions and 2 deletions
@@ -380,7 +380,7 @@ export default class DModal extends Component {
@label="cancel"
@action={{this.handleCloseButton}}
@title="modal.close"
class="btn-transparent btn-primary d-modal__dismiss-action-button"
class="btn-transparent d-modal__dismiss-action-button"
/>
</div>
{{/if}}
@@ -363,7 +363,7 @@ export default class BookmarkModal extends Component {
@label="bookmarks.save"
@action={{this.saveAndClose}}
@title="modal.close"
class="btn-transparent btn-primary"
class="btn-transparent"
/>
</:headerPrimaryAction>